homebridge-abode
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -11,3 +11,3 @@ var Service; | ||
function AbodeAlarmAccessory(log, config) { | ||
this.abode = require('abode-api').abode(config.abodeUsername, config.abodePassword); | ||
this.abode = require('abode-api').abode(config.abode.username, config.abode.password); | ||
this.log = log; | ||
@@ -38,2 +38,3 @@ this.name = config.name; | ||
this.lockService.setCharacteristic(Characteristic.LockCurrentState, status); | ||
return callback(null, status); | ||
@@ -40,0 +41,0 @@ } |
{ | ||
"name": "homebridge-abode", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Abode Plugin for homebridge", | ||
@@ -5,0 +5,0 @@ "scripts": { |
8247
242