GitXplorerGitXplorer
m

homebridge-wakeonlan

public
18 stars
3 forks
3 issues

Commits

List of commits on branch master.
Unverified
1ee25d0f8b94c399e1963fe6553ebdd7fb0fe0f2

Inital Commit

committed 9 years ago

README

The README file for this repository.

homebridge-wakeonlan

Wake on LAN plugin for homebridge: https://github.com/nfarina/homebridge

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-wakeonlan
  3. Update your configuration file. See the sample below.

Configuration

Configuration sample:

"accessories": [
 {
   "accessory": "WakeOnLan",
   "name": "Desktop",
   "macAddress": "BC:5D:F4:C8:5A:5F"
 }
]