From a8a565f414ed14b5b41231ab44bb2b3e55e6180a Mon Sep 17 00:00:00 2001 From: Bob Eckhoff Date: Sat, 23 Sep 2023 09:35:52 -0400 Subject: [PATCH] feat(config): update max values errors Parameter 7 and 8 had in coorect max values that I hadn't noticed Signed-off-by: Bob Eckhoff --- packages/config/config/devices/0x0330/zv2833pac.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/config/config/devices/0x0330/zv2833pac.json b/packages/config/config/devices/0x0330/zv2833pac.json index 56b553c62a83..eab871dafab8 100644 --- a/packages/config/config/devices/0x0330/zv2833pac.json +++ b/packages/config/config/devices/0x0330/zv2833pac.json @@ -139,7 +139,7 @@ "description": "Scenes sent to the controller for button 3", "valueSize": 1, "minValue": 0, - "maxValue": 0, + "maxValue": 15, "defaultValue": 15, "options": [ { @@ -166,7 +166,7 @@ "description": "Scenes sent to the controller for button 4", "valueSize": 1, "minValue": 0, - "maxValue": 0, + "maxValue": 15, "defaultValue": 15, "options": [ {