Advanced hysteresis settings (#201)

* feat: added more hysteresis settings

* fix: heating hysteresis switch fixed

* refactor: added localization for hysteresis
This commit is contained in:
Yurii
2025-12-09 19:27:47 +03:00
committed by GitHub
parent cb8251dd40
commit 01192a59f5
14 changed files with 180 additions and 33 deletions

View File

@@ -356,7 +356,16 @@
},
"heating": {
"hyst": "滞后值<small>(单位:度)</small>",
"hyst": {
"title": "滞回",
"desc": "滞回有助于维持设定的室内温度在使用«Equitherm»和/或«PID»时。强制禁用加热当<code>current indoor > target + value</code>,启用加热当<code>current indoor < (target - value)</code>。",
"value": "值 <small>(以度为单位)</small>",
"action": {
"title": "行动",
"disableHeating": "禁用加热",
"set0target": "设置空目标"
}
},
"turboFactor": "Turbo 模式系数"
},