From 4e64a4e045a25595d55c4c4088c0adf2949d75fb Mon Sep 17 00:00:00 2001 From: AlCalzone Date: Thu, 15 Aug 2024 11:10:17 +0200 Subject: [PATCH] fix(config): remove endpoint workaround for Zooz ZEN30, FW 3.20+ (#7115) --- 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 3d6aeefc12c5..94be9d764593 100644 --- a/packages/config/config/devices/0x027a/zen30.json +++ b/packages/config/config/devices/0x027a/zen30.json @@ -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 }