UNPKG

homebridge-savanthost

Version:
26 lines (25 loc) 852 B
{ "pluginAlias": "SavantHost", "pluginType": "platform", "singular": true, "headerDisplay": "Homebridge plugin for Savant", "footerDisplay": "Created by @rickyangkai", "schema": { "type": "object", "properties": { "authCode": { "title": "授权码", "description": "插件安装成功后请在插件日志中查看授权码,请输入插件授权码,如果没有授权码,请联系开发者获取", "type": "string" }, "statePollingInterval": { "title": "场景更新轮询间隔", "description": "定期检查新场景和同步状态的时间间隔 (秒),默认 300 秒", "default": 300, "type": "integer", "minimum": 60, "maximum": 3600 } } } }