Skip to content

Commit

Permalink
Temperature Reporting Threshold Unit to 0.1
Browse files Browse the repository at this point in the history
Device supports a temperature unit of 0.1. This change reflects that.
  • Loading branch information
damige authored Jan 1, 2024
1 parent 9549a04 commit bd7c6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x015f/mh9-co2.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"$if": "firmwareVersion >= 2.4",
"label": "Temperature Reporting Threshold",
"valueSize": 1,
"unit": "0.5 °C",
"unit": "0.1 °C",
"minValue": 0,
"maxValue": 255,
"defaultValue": 1,
Expand Down

0 comments on commit bd7c6bc

Please sign in to comment.