Skip to content

Commit

Permalink
feat(config): update max values errors
Browse files Browse the repository at this point in the history
Parameter 7 and 8 had in coorect max values that I hadn't noticed

Signed-off-by: Bob Eckhoff <[email protected]>
  • Loading branch information
apella12 committed Sep 23, 2023
1 parent 6d85666 commit a8a565f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/config/config/devices/0x0330/zv2833pac.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"description": "Scenes sent to the controller for button 3",
"valueSize": 1,
"minValue": 0,
"maxValue": 0,
"maxValue": 15,
"defaultValue": 15,
"options": [
{
Expand All @@ -166,7 +166,7 @@
"description": "Scenes sent to the controller for button 4",
"valueSize": 1,
"minValue": 0,
"maxValue": 0,
"maxValue": 15,
"defaultValue": 15,
"options": [
{
Expand Down

0 comments on commit a8a565f

Please sign in to comment.