From a7555b49da7696082d23312829f75b368fb101e8 Mon Sep 17 00:00:00 2001 From: The00Dustin <91274634+The00Dustin@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:36:53 -0500 Subject: [PATCH] fix(config): Correct parameter 5 size for Zooz ZEN34 I have tested this change by replacing this file via the Z-Wave JS UI store section and restarting. --- packages/config/config/devices/0x027a/zen34.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/config/config/devices/0x027a/zen34.json b/packages/config/config/devices/0x027a/zen34.json index 8d5a2e0a703a..2208d270e45f 100644 --- a/packages/config/config/devices/0x027a/zen34.json +++ b/packages/config/config/devices/0x027a/zen34.json @@ -156,7 +156,7 @@ "#": "5", "$if": "firmwareVersion >= 1.40", "label": "Dimmer Control Group: Dimming Duration", - "valueSize": 2, + "valueSize": 1, "unit": "seconds", "minValue": 1, "maxValue": 99,