UNPKG

homebridge-hatch-baby-rest

Version:
23 lines (22 loc) 486 B
{ "pluginAlias": "HatchBabyRest", "pluginType": "platform", "headerDisplay": "Supply email and password to load WiFi Hatch lights", "schema": { "type": "object", "properties": { "email": { "title": "Email", "type": "string", "placeholder": "Email", "required": false }, "password": { "title": "Password", "type": "string", "placeholder": "Password", "required": false } } } }