UNPKG

homebridge-panda-pwr

Version:

This is a Homebridge plugin for Panda Pwr, it works with the Panda Pwr API to control your Panda Pwr devices.

24 lines (23 loc) 485 B
{ "pluginAlias": "homebridge-panda-pwr", "pluginType": "platform", "singular": true, "strictValidation": false, "schema": { "type": "object", "properties": { "panda-pwr-ip": { "title": "Panda Pwr IP", "type": "string", "required": true, "default": "" }, "interval": { "title": "Interval for fetching data (in sec)", "type": "number", "required": true, "default": 6 } } } }