homebridge-delay-switch
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -19,2 +19,4 @@ | ||
this.sensorType = config['sensorType']; | ||
if (typeof this.sensorType === 'undefined') | ||
this.sensorType = 'motion' | ||
this.flipSensor = config['flipSensorState']; | ||
@@ -21,0 +23,0 @@ this.disableSensor = config['disableSensor'] || !config['sensorType']; |
{ | ||
"name": "homebridge-delay-switch", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Delay switches for Homebridge: https://github.com/nfarina/homebridge", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
95772
150