homebridge-somfy-tahoma-gate
Version:
Plugin Homebridge pour contrôler un portail Somfy via TaHoma V2 (API Overkiz)
31 lines (30 loc) • 633 B
JSON
{
"pluginAlias": "TahomaPortail",
"pluginType": "platform",
"singular": true,
"schema": {
"type": "object",
"properties": {
"platform": {
"type": "string",
"default": "TahomaPortail",
"readonly": true
},
"name": {
"type": "string",
"title": "Nom affiché",
"default": "Tahoma Portail"
},
"username": {
"type": "string",
"title": "Email Tahoma"
},
"password": {
"type": "string",
"title": "Mot de passe",
"format": "password"
}
},
"required": ["username", "password"]
}
}