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

33 lines
717 B
JSON

{
"manufacturer": "Danfoss",
"manufacturerId": "0x0002",
"label": "DTHERMZ6",
"description": "Living Connect Z Thermostat",
"devices": [
{
"productType": "0x0248",
"productId": "0xa010",
"zwaveAllianceId": [1587, 1808, 2956]
}
],
"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]
]
}
}