chore: added additional description of the `T` parameter for Equitherm

This commit is contained in:
Yurii
2025-09-19 20:07:31 +03:00
parent d867c355ed
commit ff89c6d478
3 changed files with 6 additions and 6 deletions

View File

@@ -376,7 +376,7 @@
},
"exponent": {
"title": "Exponent",
"note": "Radiator efficiency. Typical values: 1.1 - Floor heating, 1.2 - Cast iron, 1.3 - Panel radiators, 1.4 - Convectors."
"note": "Radiator efficiency. Typical values: <code>1.1</code> - Floor heating, <code>1.2</code> - Cast iron, <code>1.3</code> - Panel radiators, <code>1.4</code> - Convectors."
},
"shift": {
"title": "Shift",
@@ -384,7 +384,7 @@
},
"targetDiffFactor": {
"title": "T factor",
"note": "Not used if PID is enabled"
"note": "Not used if PID is enabled. Adds to the setpoint the difference between the target and current indoor temp: <code>setpoint = setpoint + ((target - indoor) * T)</code>."
},
"chart": {
"targetTemp": "Target indoor temperature",