zwave-js/.config-db/devices/0x0002/lc-13.json

45 lines
1 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Danfoss",
"manufacturerId": "0x0002",
"label": "LC-13",
"description": "Living Connect Z Thermostat",
"devices": [
{
"productType": "0x0005",
"productId": "0x0004"
},
{
"productType": "0x8005",
"productId": "0x0001"
},
{
"productType": "0x8005",
"productId": "0x0002"
}
],
"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]
]
},
"metadata": {
"reset": "a) Remove the battery cover and take out one battery.\nb) Press and hold the (o) button for about 10 secs while reinserting the battery.",
"manual": "https://manuals-backend.z-wave.info/make.php?lang=en&sku=DAN_LC-13"
}
}