Skip to content

Commit

Permalink
feat(config): add new parameters 17 and 18 for HeatIt TF016_TF021 FW …
Browse files Browse the repository at this point in the history
…1.92 (#7287)

Co-authored-by: Dominic Griesel <[email protected]>
  • Loading branch information
nesheimt and AlCalzone authored Oct 25, 2024
1 parent ad8fb3a commit 6083d97
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions packages/config/config/devices/0x019b/tf016_tf021.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,32 @@
"minValue": 50,
"maxValue": 400,
"defaultValue": 210
},
{
"#": "17",
"$if": "firmwareVersion >= 1.92",
"label": "Temperature Report Interval",
"valueSize": 2,
"unit": "10 seconds",
"minValue": 0,
"maxValue": 8640,
"defaultValue": 6,
"options": [
{
"label": "Disable",
"value": 0
}
]
},
{
"#": "18",
"$if": "firmwareVersion >= 1.92",
"label": "Temperature Report Change Threshold",
"valueSize": 1,
"unit": "0.1 °C",
"minValue": 1,
"maxValue": 100,
"defaultValue": 10
}
],
"compat": {
Expand Down

0 comments on commit 6083d97

Please sign in to comment.