Skip to content

Commit

Permalink
chore(config): adjust config 6 units
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbcom committed Feb 10, 2024
1 parent b8d2b39 commit 40c4dec
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion packages/config/config/devices/0x027a/zen37.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,53 @@
"$import": "~/templates/master_template.json#base_0-10_nounit",
"label": "LED Indicator Brightness",
"description": "Brightness level of the LED indicator or turn the LED off completely.",
"unit": "%",
"defaultValue": 5,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Off",
"value": 0
},
{
"label": "10%",
"value": 1
},
{
"label": "20%",
"value": 2
},
{
"label": "30%",
"value": 3
},
{
"label": "40%",
"value": 4
},
{
"label": "50%",
"value": 5
},
{
"label": "60%",
"value": 6
},
{
"label": "70%",
"value": 7
},
{
"label": "80%",
"value": 8
},
{
"label": "90%",
"value": 9
},
{
"label": "100%",
"value": 10
}
]
},
Expand Down

0 comments on commit 40c4dec

Please sign in to comment.