From 66dbeab92e15e1a427a03daa103ae516c3b90a18 Mon Sep 17 00:00:00 2001 From: Bob Eckhoff Date: Mon, 22 Jan 2024 16:54:32 -0500 Subject: [PATCH] feat(config): fix logic (guess?) Signed-off-by: Bob Eckhoff --- packages/config/config/devices/0x027a/zen30.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/config/config/devices/0x027a/zen30.json b/packages/config/config/devices/0x027a/zen30.json index 281d5620301f..8e02676cd708 100644 --- a/packages/config/config/devices/0x027a/zen30.json +++ b/packages/config/config/devices/0x027a/zen30.json @@ -268,21 +268,21 @@ }, { "#": "28", - "$if": "firmwareVersion = 1.11 || firmwareVersion = 2.11 || firmwareVersion >= 3.10", + "$if": "firmwareVersion == 1.11 || firmwareVersion == 2.11 || firmwareVersion >= 3.10", "$import": "~/templates/master_template.json#base_enable_disable", "label": "Scene Control (Dimmer)", "defaultValue": 1 }, { "#": "29", - "$if": "firmwareVersion = 1.11 || firmwareVersion = 2.11 || firmwareVersion >= 3.10", + "$if": "firmwareVersion == 1.11 || firmwareVersion == 2.11 || firmwareVersion >= 3.10", "$import": "~/templates/master_template.json#base_enable_disable", "label": "Scene Control (Relay)", "defaultValue": 1 }, { "#": "30", - "$if": "firmwareVersion = 1.11 || firmwareVersion = 2.11 || firmwareVersion >= 3.10", + "$if": "firmwareVersion == 1.11 || firmwareVersion == 2.11 || firmwareVersion >= 3.10", "$import": "templates/zooz_template.json#local_programming" }, {