homebridge-htpc
Version:
Homebridge module for the windows PC (using WOL and Airytec Switch Off)
16 lines • 457 B
JSON
{
"name": "homebridge-htpc",
"version": "0.0.2",
"description": "Homebridge module for the windows PC (using WOL and Airytec Switch Off)",
"main": "index.js",
"dependencies": {
"polling-to-event": "^2.0.2",
"request": "^2.69.0",
"wake_on_lan": "1.0.0"
},
"keywords": ["Homebridge", "WindowsPC", "WinPC", "WOL", "WakeupOnLan", "Airytec", "homebridge-plugin"],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
}
}