zwave-js/.config-db/devices/0x0071/e861c.json

56 lines
1 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "LS Control",
"manufacturerId": "0x0071",
"label": "E861C",
"description": "Temperature Sensor",
"devices": [
{
"productType": "0x0002",
"productId": "0x035d"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Status Reports",
"maxNodes": 5,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Delta Percentage",
"description": "2 % - 56 % -> Delta",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true
},
{
"#": "2",
"label": "Celsius/Fahrenheit",
"description": "0 - 64 -> Celsius : 64 - 127 -> Fahrenheit",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true
},
{
"#": "3",
"label": "Send Setpoint When WakeUp",
"description": "0 - 64 -> SEND : 64 - 127 -> DO NOT SEND",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 0,
"unsigned": true
}
]
}