refactor: heating temperature step changed

* step changed to 0.1
* added processing of long presses on thermostats in the dashboard
This commit is contained in:
Yurii
2025-03-06 04:29:01 +03:00
parent 8fa440810c
commit 6a26e27d39
3 changed files with 96 additions and 87 deletions

View File

@@ -1215,7 +1215,7 @@ public:
doc[FPSTR(HA_MIN_TEMP)] = minTemp;
doc[FPSTR(HA_MAX_TEMP)] = maxTemp;
doc[FPSTR(HA_TEMP_STEP)] = 0.5f;
doc[FPSTR(HA_TEMP_STEP)] = 0.1f;
doc[FPSTR(HA_EXPIRE_AFTER)] = this->expireAfter;
doc.shrinkToFit();