homebridge-delay-switch
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -16,3 +16,3 @@ | ||
this.name = config['name']; | ||
this.delayTime = config['delay']; | ||
this.delay = config['delay']; | ||
this.timer; | ||
@@ -91,2 +91,2 @@ this.switchOn = false; | ||
callback(null, this.motionTriggered); | ||
} | ||
} |
{ | ||
"name": "homebridge-delay-switch", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Delay switches for Homebridge: https://github.com/nfarina/homebridge", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
61
5933