Skip to content

Commit

Permalink
fix(config): disable Supervision for Heatit Z-Temp2, firmware 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Apr 23, 2024
1 parent 67da381 commit 13aedf8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion packages/config/config/devices/0x019b/z-temp2.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,16 @@
"label": "Invert Output",
"valueSize": 2
}
]
],
"compat": {
"$if": "firmwareVersion === 1.2.1",
// Firmware version 1.2.1 has broken Supervision support
"commandClasses": {
"remove": {
"Supervision": {
"endpoints": "*"
}
}
}
}
}

0 comments on commit 13aedf8

Please sign in to comment.