homebridge-switch-filecheck-maio
v0.0.11
Published
script plugin for homebridge: https://github.com/nfarina/homebridge
Downloads
13
Readme
homebridge-switch-filecheck-maio
HomeBridge Switch which checks the existance of a file.
Installation
- Install homebridge using:
npm install -g homebridge
- Install this plugin using:
npm install -g homebridge-switch-filecheck-maio
Configuration
Configuration example:
"accessories": [
{
"accessory": "homebridge-switch-filecheck-maio",
"name": "RPC3 Socket 1",
"state": "/config/filetocheck_rpc3_socket.chk",
}
]