zwave-js/.config-db/devices/0x0059/srt323.json
2025-01-10 22:05:04 -08:00

88 lines
1.5 KiB
JSON

{
"manufacturer": "Secure Meters (UK) Ltd.",
"manufacturerId": "0x0059",
"label": "SRT323",
"description": "Secure Z-Wave Room Thermostat",
"devices": [
{
"productType": "0x0001",
"productId": "0x0004",
"zwaveAllianceId": 1241
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "Thermostat Operating State reports",
"maxNodes": 4
},
"3": {
"label": "Low Battery Warnings",
"maxNodes": 4
},
"4": {
"label": "Thermostat Set Point Reports",
"maxNodes": 4
},
"5": {
"label": "Multilevel Sensor Reports",
"maxNodes": 4
}
},
"paramInformation": [
{
"#": "1",
"label": "Temperature Sensor",
"description": "Disable or enable temperature sensor",
"valueSize": 1,
"defaultValue": 255,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Enabled",
"value": 255
}
]
},
{
"#": "2",
"label": "Temperature Scale",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Celsius",
"value": 0
},
{
"label": "Fahrenheit",
"value": 255
}
]
},
{
"#": "3",
"label": "Delta T",
"description": "Define the temperature steps",
"valueSize": 1,
"minValue": 0,
"maxValue": 100,
"defaultValue": 10
}
]
}