From 9bd5ded9d1c9c34761e23e2a39473a4ef5141e08 Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Thu, 15 Aug 2024 11:07:49 +0200 Subject: [PATCH] fix(config): remove endpoint workaround for Zooz ZEN30, FW 3.20+ --- packages/config/config/devices/0x027a/zen30.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/config/config/devices/0x027a/zen30.json b/packages/config/config/devices/0x027a/zen30.json index 1cbb4233177a..543abcfa507a 100644 --- a/packages/config/config/devices/0x027a/zen30.json +++ b/packages/config/config/devices/0x027a/zen30.json @@ -316,8 +316,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 }