32 lines
678 B
JSON
32 lines
678 B
JSON
{
|
|
"manufacturer": "Danfoss",
|
|
"manufacturerId": "0x0002",
|
|
"label": "LCZ251",
|
|
"description": "Living Connect Z Thermostat 2.51",
|
|
"devices": [
|
|
{
|
|
"productType": "0x0005",
|
|
"productId": "0x0003"
|
|
}
|
|
],
|
|
"firmwareVersion": {
|
|
"min": "0.0",
|
|
"max": "255.255"
|
|
},
|
|
"associations": {
|
|
"1": {
|
|
"label": "Target for Wakeup and Override Notifications",
|
|
"maxNodes": 1,
|
|
"isLifeline": true
|
|
}
|
|
},
|
|
"compat": {
|
|
// If we don't query specific things on wake up, this device will
|
|
// think it is not connected and show error E5
|
|
"queryOnWakeup": [
|
|
// ["CommandClass", "API method", ...arguments]
|
|
["Battery", "get"],
|
|
["Thermostat Setpoint", "get", 1]
|
|
]
|
|
}
|
|
}
|