homebridge-hsp
Version:
A plugin to control your HSP pellet stove with homebridge.
43 lines • 1.1 kB
JSON
{
"plugin_alias": "Hsp",
"schema": {
"type": "object",
"properties": {
"platform": {
"title": "Platform",
"type": "string",
"const": "Hsp",
"readOnly": true
},
"name":{
"title":"Device-Name",
"type":"string"
},
"host":{
"title":"IP Adress",
"type":"string"
},
"pin":{
"title":"Device PIN",
"type":"string",
"options": {
"hidden": true
}
},
"interval":{
"title": "Request Interval",
"type": "number",
"default":60,
"exclusiveMinimum": 10
},
"type":{
"title":"Device Type",
"type":"string"
},
"serial":{
"title":"Device Serial-No.",
"type":"string"
}
}
}
}