From 07e4e9c6c92ed6059bf52618c2a2dd495b003a7f Mon Sep 17 00:00:00 2001 From: Bob Eckhoff Date: Mon, 2 Oct 2023 09:20:21 -0400 Subject: [PATCH] feat(config): add Type:ID for new mh8-fc version 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 --- packages/config/config/devices/0x015f/mh8-fc.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/config/config/devices/0x015f/mh8-fc.json b/packages/config/config/devices/0x015f/mh8-fc.json index edd76f822f1a..fc3c75b5c290 100644 --- a/packages/config/config/devices/0x015f/mh8-fc.json +++ b/packages/config/config/devices/0x015f/mh8-fc.json @@ -20,6 +20,10 @@ "productType": "0x0802", "productId": "0x5102" }, + { + "productType": "0x0802", + "productId": "0x5101" + }, { "productType": "0x0803", "productId": "0x5102" @@ -53,6 +57,10 @@ { "label": "Fahrenheit", "value": 1 + }, + { + "label": "Follow Main Display", + "value": 2 } ] }, @@ -99,8 +107,7 @@ "unit": "seconds", "minValue": 10, "maxValue": 65535, - "defaultValue": 30, - "unsigned": true + "defaultValue": 30 }, { "#": "255",