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

66 lines
1.2 KiB
JSON

{
"manufacturer": "Secure Meters (UK) Ltd.",
"manufacturerId": "0x0059",
"label": "SRT321",
"description": "Battery Powered Wall Thermostat",
"devices": [
{
"productType": "0x0001",
"productId": "0x0005"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Enable Temperature Sensor",
"description": "Controls the use of the temperature sensor on the device",
"valueSize": 1,
"defaultValue": 255,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 255
}
]
},
{
"#": "2",
"label": "Temperature Scale",
"description": "Controls the temperature sensor scale",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Celsius",
"value": 0
},
{
"label": "Fahrenheit",
"value": 255
}
]
},
{
"#": "3",
"label": "Delta T",
"description": "Defines the temperature steps of the heating control. Steps are 0.1 K",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 10,
"unsigned": true
}
]
}