From 2624431c36ef63495ee0c844cfe88d0d920ee38c Mon Sep 17 00:00:00 2001 From: Zachery Notz <31785616+TheZackCodec@users.noreply.github.com> Date: Sun, 17 Sep 2023 16:14:37 -0700 Subject: [PATCH] Update zooz_template.json Fixed Max Value for new parameter template --- .../config/config/devices/0x027a/templates/zooz_template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/config/config/devices/0x027a/templates/zooz_template.json b/packages/config/config/devices/0x027a/templates/zooz_template.json index e25012f32fa4..79af08cc159d 100644 --- a/packages/config/config/devices/0x027a/templates/zooz_template.json +++ b/packages/config/config/devices/0x027a/templates/zooz_template.json @@ -193,7 +193,7 @@ "label": "LED Indicator Color", "valueSize": 1, "minValue": 0, - "maxValue": 3, + "maxValue": 6, "defaultValue": 1, "unsigned": true, "allowManualEntry": false,