UNPKG

homebridge-dummy-cmd-switch

Version:

Homebridge plugin to create momentary dummy switch to run command line commands.

27 lines (26 loc) 747 B
{ "displayName": "Homebridge Dummy Cmd Switch", "name": "homebridge-dummy-cmd-switch", "version": "0.2.0", "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 || ^2.0.0", "node": "^18.15.0 || ^20.7.0 || ^22 || ^24" } }