Skip to content

Commit

Permalink
fix(config): remove endpoint workaround for Zooz ZEN30, FW 3.20+ (#7115)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Aug 15, 2024
1 parent c024640 commit 4e64a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/config/config/devices/0x027a/zen30.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@
{
// This device exposes a Multilevel Switch (Dimmer) on endpoint 0, and a Binary Switch (Relay) on endpoint 1
// Our heuristic currently detects endpoint 1 as unnecessary and hides it from the user.
// This problem is fixed in the 800 series version of the device (firmwareVersion >= 4.0)
"$if": "firmwareVersion < 4.0",
// This problem is fixed in firmare 3.20 and higher
"$if": "firmwareVersion < 3.20",
"preserveEndpoints": "*",
"preserveRootApplicationCCValueIDs": true
}
Expand Down

0 comments on commit 4e64a4e

Please sign in to comment.