homebridge-wakeonlan
v1.0.0
Published
Wake on LAN plugin for homebridge: https://github.com/nfarina/homebridge
Downloads
9
Readme
homebridge-wakeonlan
Wake on LAN plugin for homebridge: https://github.com/nfarina/homebridge
Installation
- Install homebridge using: npm install -g homebridge
- Install this plugin using: npm install -g homebridge-wakeonlan
- Update your configuration file. See the sample below.
Configuration
Configuration sample:
"accessories": [
{
"accessory": "WakeOnLan",
"name": "Desktop",
"macAddress": "BC:5D:F4:C8:5A:5F"
}
]