Fix additional settings related to inv dynatemp (#1391)

* update additional dynatemp settings

* Label fix

* remove min restrict

* 1 more

* update to match lite
This commit is contained in:
Reithan
2025-02-28 03:02:22 -08:00
committed by GitHub
parent b0b067cd96
commit 02971ca323
4 changed files with 11 additions and 15 deletions
+3 -2
View File
@@ -141,8 +141,9 @@
},
"dynatemp_range": {
"default": 0,
"description": "If greater than 0, uses dynamic temperature. Dynamic temperature range will be between Temp+Range and Temp-Range. If less or equal to 0 , uses static temperature.",
"minimum": 0,
"description": "If not equal to 0, uses dynamic temperature. Dynamic temperature range will be between Temp+Range and Temp-Range. If equal to 0 , uses static temperature.",
"minimum": -5,
"maximum": 5,
"type": "number"
},
"smoothing_factor": {