UNPKG

homebridge-zaptec

Version:
29 lines 576 B
{ "pluginAlias": "ZaptecHomebridgePlugin", "pluginType": "platform", "singular": true, "schema": { "type": "object", "properties": { "username": { "title": "Username", "type": "string", "required": true }, "password": { "title": "Password", "type": "string", "required": true }, "debug": { "title": "Debug", "type": "boolean" }, "refreshInterval": { "title": "Refresh Interval", "type": "number", "default": 60 } } } }