homebridge-delay-switch
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -43,3 +43,3 @@ { | ||
"startOnReboot": { | ||
"title": "Turn ON when HomeBridge Restarts", | ||
"title": "Turn ON when Homebridge Restarts", | ||
"description": "When Enabled, the switch will be turned ON and start the timer when HomeBridge server restarts", | ||
@@ -46,0 +46,0 @@ "type": "boolean", |
{ | ||
"name": "homebridge-delay-switch", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Delay switches for Homebridge: https://github.com/nfarina/homebridge", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -45,3 +45,3 @@ <img src="branding/delayswitch_homebridge.png" width="500px"> | ||
| `flipSensorState` | Flips the trigger sensor state (close/open, detected/not detected) | | `false` | Boolean | | ||
| `startOnReboot` | When set to `true`, the switch will be turned ON and start the timer when HomeBridge restarts | | `false` | Boolean | | ||
| `startOnReboot` | When set to `true`, the switch will be turned ON and start the timer when Homebridge restarts | | `false` | Boolean | | ||
@@ -48,0 +48,0 @@ ## Why do we need this Plugin? |