UNPKG

homebridge-chuango-h4

Version:

A homebridge plugin for the Chuango H4 home security system.

30 lines (28 loc) 894 B
{ "pluginAlias": "ChuangoH4HomebridgePlugin", "pluginType": "platform", "singular": true, "schema": { "type": "object", "properties": { "username": { "title": "Username", "type": "string", "required": true, "placeholder": "user@example.com" }, "password": { "title": "Password", "type": "string", "required": true }, "guid": { "title": "GUID", "type": "string", "required": true, "placeholder": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX", "description": "A GUID that uniquely describes this insallation. See https://guidgenerator.com or use any other GUID generator you so desire" } } } }