Wake on LAN plugin for homebridge: https://github.com/nfarina/homebridge
- 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 sample:
"accessories": [
{
"accessory": "WakeOnLan",
"name": "Desktop",
"macAddress": "BC:5D:F4:C8:5A:5F"
}
]