Fixed values for PumpFlowRateMode and HeatingControl

This commit is contained in:
ElVit 2026-03-24 10:03:53 +01:00
parent 100b13f2eb
commit 189c36dc69
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ class PanasonicDecode {
static const constexpr char* const BlockedFree[] = {"2", "Blocked", "Free"};
static const constexpr char* const OffOn[] = {"2", "Off", "On"};
static const constexpr char* const InactiveActive[] = {"2", "Inactive", "Active"};
static const constexpr char* const PumpFlowRateMode[] = {"2", "DeltaT", "Max flow"};
static const constexpr char* const PumpFlowRateMode[] = {"2", "DeltaT", "Max. Duty"};
static const constexpr char* const ThreeWayValve[] = {"2", "Buffer Tank", "DHW Tank"};
static const constexpr char* const TwoWayValve[] = {"2", "Cool", "Heat"};
static const constexpr char* const WaterTempControl[] = {"2", "Comp. Curve", "Direct"};

View File

@ -66,7 +66,7 @@ CONF_SELECTS = [
["Disabled", "Type-A", "Type-B"],
["Alternative", "Parallel", "Advanced Parallel"],
[
"Comfort,",
"Comfort",
"Efficiency",
],
[