0.0.11 • Published 4 years ago
homebridge-switch-filecheck-maio v0.0.11
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",
}
]