homebridge-dummy-cmd-switch
Version:
Homebridge plugin to create momentary dummy switch to run command line commands.
26 lines (25 loc) • 688 B
JSON
{
"displayName": "Homebridge Dummy Cmd Switch",
"name": "homebridge-dummy-cmd-switch",
"version": "0.1.1",
"description": "Homebridge plugin to create momentary dummy switch to run command line commands.",
"keywords": [
"homebridge",
"homebridge-plugin",
"cmd-switch",
"dummy-switch"
],
"author": "YPyltiai",
"homepage": "https://github.com/YPyltiai/homebridge-dummy-cmd-switch",
"repository": {
"type": "git",
"url": "git://github.com/YPyltiai/homebridge-dummy-cmd-switch.git"
},
"bugs": {
"url": "https://github.com/YPyltiai/homebridge-dummy-cmd-switch/issues"
},
"main": "index.js",
"engines": {
"homebridge": "^1.8.0"
}
}