From 876d105d71a1e37f5d567ed2b5ce074772421410 Mon Sep 17 00:00:00 2001 From: Matthew Grimes <7375220+cybergrimes@users.noreply.github.com> Date: Fri, 6 Oct 2023 08:51:48 -0500 Subject: [PATCH] Update zen71.json --- packages/config/config/devices/0x027a/zen71.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/config/config/devices/0x027a/zen71.json b/packages/config/config/devices/0x027a/zen71.json index 237f63f3ddd2..1882d435cadd 100644 --- a/packages/config/config/devices/0x027a/zen71.json +++ b/packages/config/config/devices/0x027a/zen71.json @@ -63,6 +63,11 @@ "#": "9", "$import": "templates/zooz_template.json#enable_scene_control" }, + { + "#": "18", + "$if": "firmwareVersion >= 3.10 && firmwareVersion < 10.00 && firmwareVersion >= 10.20", + "$import": "templates/zooz_template.json#enable_scene_control_3way" + }, { "#": "11", "$import": "~/templates/master_template.json#smart_switch_mode_0-2" @@ -83,6 +88,11 @@ "#": "15", "$import": "templates/zooz_template.json#led_indicator_brightness" }, + { + "#": "19", + "$if": "firmwareVersion >= 3.10 && firmwareVersion < 10.00 && firmwareVersion >= 10.20", + "$import": "templates/zooz_template.json#led_confirm_config_change" + }, { "#": "16", "$import": "templates/zooz_template.json#association_reports_binary"