homebridge-plugin-command-dev
Advanced tools
Comparing version 1.0.18 to 1.0.19
{ | ||
"pluginAlias": "homebridge-plugin-command", | ||
"pluginType": "platform", | ||
"pluginType": "accessory", | ||
"singular": false, | ||
@@ -13,3 +13,4 @@ "headerDisplay": "Add a command based accessory below", | ||
"default": "Sample Command", | ||
"description": "Name to be shown for the device" | ||
"description": "Name to be shown for the device", | ||
"required": true | ||
}, | ||
@@ -19,3 +20,4 @@ "turn_on": { | ||
"type": "string", | ||
"description": "Command to run when the switch is turned on" | ||
"description": "Command to run when the switch is turned on", | ||
"required": true | ||
}, | ||
@@ -25,3 +27,4 @@ "turn_off": { | ||
"type": "string", | ||
"description": "Command to run when the switch is turned off" | ||
"description": "Command to run when the switch is turned off", | ||
"required": true | ||
}, | ||
@@ -37,6 +40,2 @@ "check_status": { | ||
"default": false, | ||
"enum": [ | ||
true, | ||
false | ||
], | ||
"description": "Exit code 0 is turned off (applies to check status only)" | ||
@@ -43,0 +42,0 @@ } |
{ | ||
"name": "homebridge-plugin-command-dev", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "This Homebridge plugin enables you to create virtual switches that can run any custom command when it is turned on or off.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
17308
115