UNPKG

homebridge-twinkly

Version:

Homebridge plugin for Twinkly christmas lights

34 lines (32 loc) 1.11 kB
{ "pluginAlias": "Twinkly", "pluginType": "platform", "singular": true, "headerDisplay": "Configure Twinkly using the iOS or Android app and make sure it's connected to the same network", "footerDisplay": "https://github.com/nschum/homebridge-twinkly", "schema": { "type": "object", "properties": { "allowBrightnessControl": { "title": "Allow brightness control", "type": "boolean", "description": "Shows a brightness slider. Otherwise a simple on/off switch will be shown." }, "removeUnreachableDeviceMinutes": { "title": "Remove unreachable devices after", "type": "integer", "default": 0, "minimum": 0, "oneOf": [ { "title": "5 minutes", "type": "number", "enum": [5] }, { "title": "1 hour", "type": "number", "enum": [60] }, { "title": "1 day", "type": "number", "enum": [1440] }, { "title": "30 days", "type": "number", "enum": [43200] } ], "description": "“None” means never remove them" } } }, "form": null, "display": null }