refactor: added localization for hysteresis

This commit is contained in:
Yurii
2025-12-09 18:53:40 +03:00
parent d474be26dc
commit 95d508553d
5 changed files with 50 additions and 5 deletions

View File

@@ -356,7 +356,16 @@
},
"heating": {
"hyst": "Hysteresis <small>(in degrees)</small>",
"hyst": {
"title": "Hysteresis",
"desc": "Hysteresis is useful for maintaining a set indoor temp (when using «Equitherm» and/or «PID»). Forces disable heating when <code>current indoor > target + value</code> and enable heating when <code>current indoor < (target - value)</code>.",
"value": "Value <small>(in degrees)</small>",
"action": {
"title": "Action",
"disableHeating": "Disable heating",
"set0target": "Set null target"
}
},
"turboFactor": "Turbo mode coeff."
},