{ "pluginAlias": "HomebridgePluginDwelo", "pluginType": "platform", "singular": true, "schema": { "type": "object", "properties": { "token": { "title": "Token", "type": "string", "required": true }, "gatewayId": { "title": "Gateway ID", "type": "string", "required": true }, "lockPollMs": { "title": "How often to poll for the lock status (milliseconds)", "type": "number", "default": 60000, "minimum": 1000 }, "autoLockMinutes": { "title": "Auto lock delay (minutes)", "type": "number", "default": 3, "minimum": 0 } } } }