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

79 lines
1.5 KiB
JSON

{
"manufacturer": "Secure Meters (UK) Ltd.",
"manufacturerId": "0x0059",
"label": "C17-ZW",
"description": "7 Day Room Thermostat",
"devices": [
{
"productType": "0x0004",
"productId": "0x0001",
"zwaveAllianceId": [1740, 864]
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Reports",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "Control",
"maxNodes": 4
}
},
"paramInformation": [
{
"#": "1",
"label": "Temperature Scale",
"description": "Controls the temperature sensor scale",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Celsius",
"value": 0
},
{
"label": "Kelvin",
"value": 255
}
]
},
{
"#": "2",
"label": "Lower Temperature Limit",
"description": "Defines the minimum temperature. Steps are 1C",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 5,
"unsigned": true
},
{
"#": "3",
"label": "Upper Temperature Limit",
"description": "Defines the maximum temperature. Steps are 1C",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 5,
"unsigned": true
},
{
"#": "4",
"label": "Delta T",
"description": "Defines the temperature steps of the heating control",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 5,
"unsigned": true
}
]
}