Fixed values for PumpFlowRateMode and HeatingControl
This commit is contained in:
parent
100b13f2eb
commit
189c36dc69
|
|
@ -49,7 +49,7 @@ class PanasonicDecode {
|
||||||
static const constexpr char* const BlockedFree[] = {"2", "Blocked", "Free"};
|
static const constexpr char* const BlockedFree[] = {"2", "Blocked", "Free"};
|
||||||
static const constexpr char* const OffOn[] = {"2", "Off", "On"};
|
static const constexpr char* const OffOn[] = {"2", "Off", "On"};
|
||||||
static const constexpr char* const InactiveActive[] = {"2", "Inactive", "Active"};
|
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 ThreeWayValve[] = {"2", "Buffer Tank", "DHW Tank"};
|
||||||
static const constexpr char* const TwoWayValve[] = {"2", "Cool", "Heat"};
|
static const constexpr char* const TwoWayValve[] = {"2", "Cool", "Heat"};
|
||||||
static const constexpr char* const WaterTempControl[] = {"2", "Comp. Curve", "Direct"};
|
static const constexpr char* const WaterTempControl[] = {"2", "Comp. Curve", "Direct"};
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ CONF_SELECTS = [
|
||||||
["Disabled", "Type-A", "Type-B"],
|
["Disabled", "Type-A", "Type-B"],
|
||||||
["Alternative", "Parallel", "Advanced Parallel"],
|
["Alternative", "Parallel", "Advanced Parallel"],
|
||||||
[
|
[
|
||||||
"Comfort,",
|
"Comfort",
|
||||||
"Efficiency",
|
"Efficiency",
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue