homebridge-salus-it600-gateway-v2
Version:
Improved Homebridge plugin for Salus iT600 thermostats and UG600 gateway.
30 lines (29 loc) • 591 B
JSON
{
"pluginAlias": "Salus-iT600-v2",
"pluginType": "platform",
"singular": true,
"schema": {
"type": "object",
"properties": {
"username": {
"title": "Username",
"type": "string",
"required": true
},
"password": {
"title": "Password",
"type": "string",
"required": true
},
"thermostatModels": {
"title": "Thermostat Model (eg. SQ610)",
"type": "array",
"items": {
"title": "Model",
"type": "string"
},
"required": true
}
}
}
}