Skip to content

Commit

Permalink
feat(config): add Type:ID for new mh8-fc version
Browse files Browse the repository at this point in the history
Modified existing config for #6346  Added option from manual, but left default, so older devices without that option still should be okay.
Signed-off-by: Bob Eckhoff <[email protected]>
  • Loading branch information
apella12 committed Oct 2, 2023
1 parent 506f1ea commit 07e4e9c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions packages/config/config/devices/0x015f/mh8-fc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"productType": "0x0802",
"productId": "0x5102"
},
{
"productType": "0x0802",
"productId": "0x5101"
},
{
"productType": "0x0803",
"productId": "0x5102"
Expand Down Expand Up @@ -53,6 +57,10 @@
{
"label": "Fahrenheit",
"value": 1
},
{
"label": "Follow Main Display",
"value": 2
}
]
},
Expand Down Expand Up @@ -99,8 +107,7 @@
"unit": "seconds",
"minValue": 10,
"maxValue": 65535,
"defaultValue": 30,
"unsigned": true
"defaultValue": 30
},
{
"#": "255",
Expand Down

0 comments on commit 07e4e9c

Please sign in to comment.