UNPKG

homebridge-wol-esxi-support

Version:

A Wake on Lan plugin for Homebridge with ESXi VM support: https://github.com/nfarina/homebridge

10 lines (6 loc) 265 B
const getNetworkDevice = require('./lib/network-device'); function setup(homebridge) { const NetworkDevice = getNetworkDevice(homebridge.hap); homebridge.registerAccessory('homebridge-wol', 'NetworkDevice', NetworkDevice); } module.exports = setup;