Skip to content

Commit

Permalink
fix: broken config files
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Oct 11, 2023
1 parent 986963a commit c6c0563
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/config/config/devices/0x002c/z-flexnet_dongl.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"label": "Set Clock",
"description": "First byte = Hour, Second byte = Minute",
"valueSize": 2,
"unit": "hours",
"minValue": 0,
"maxValue": 6203,
"defaultValue": 0
},
{
Expand Down
2 changes: 2 additions & 0 deletions packages/config/config/devices/0x021f/dmwd1.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
"label": "BASIC_SET Level",
"description": "Sets the value sent by the BASIC_SET command to Association Group 2",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true,
"options": [
Expand Down

0 comments on commit c6c0563

Please sign in to comment.