Skip to content

Commit

Permalink
fix: nits
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Oct 24, 2024
1 parent 2a1f9df commit d55dbb3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions packages/config/config/devices/0x019b/tf016_tf021.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,20 +227,19 @@
{
"#": "17",
"$if": "firmwareVersion >= 1.92",
"label": "Temperature report interval",
"description": "Time interval between consecutive temperature reports",
"label": "Temperature Report Interval",
"valueSize": 2,
"unit": "10 seconds",
"minValue": 0,
"maxValue": 8640,
"defaultValue": 6
},
{
{
"#": "18",
"$if": "firmwareVersion >= 1.92",
"label": "Temperature report hysteresis",
"description": "The temperature report will be sent if there is a difference in temperature value from the previous value
reported, defined in this parameter",
"label": "Temperature Report Change Threshold",
"valueSize": 1,
"unit": "0.1 °C",
"minValue": 1,
"maxValue": 100,
"defaultValue": 10
Expand Down

0 comments on commit d55dbb3

Please sign in to comment.