parent
fbe397dbbe
commit
fcf77c81ca
|
|
@ -7,7 +7,7 @@
|
||||||
#define RESPONSE_MSG_SIZE 203
|
#define RESPONSE_MSG_SIZE 203
|
||||||
#endif
|
#endif
|
||||||
#ifndef NUMBER_OF_MODELS
|
#ifndef NUMBER_OF_MODELS
|
||||||
#define NUMBER_OF_MODELS 57
|
#define NUMBER_OF_MODELS 58
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
|
|
@ -68,7 +68,7 @@ class PanasonicDecode {
|
||||||
static const constexpr char* const ExtPadHeaterType[] = {"3", "Disabled", "Type-A", "Type-B"};
|
static const constexpr char* const ExtPadHeaterType[] = {"3", "Disabled", "Type-A", "Type-B"};
|
||||||
static const constexpr char* const BivalentMode[] = {"3", "Alternative", "Parallel", "Advanced Parallel"};
|
static const constexpr char* const BivalentMode[] = {"3", "Alternative", "Parallel", "Advanced Parallel"};
|
||||||
static const constexpr char* const ModelNames[] = {
|
static const constexpr char* const ModelNames[] = {
|
||||||
"57", // string representation of number of known models (last model number + 1)
|
"58", // string representation of number of known models (last model number + 1)
|
||||||
"WH-MDC05H3E5", // 0
|
"WH-MDC05H3E5", // 0
|
||||||
"WH-MDC07H3E5", // 1
|
"WH-MDC07H3E5", // 1
|
||||||
"IDU:WH-SXC09H3E5, ODU:WH-UX09HE5", // 2
|
"IDU:WH-SXC09H3E5, ODU:WH-UX09HE5", // 2
|
||||||
|
|
@ -126,6 +126,7 @@ class PanasonicDecode {
|
||||||
"IDU:WH-ADC0916H9E8, ODU:WH-UX09HE8", // 54
|
"IDU:WH-ADC0916H9E8, ODU:WH-UX09HE8", // 54
|
||||||
"IDU:WH-ADC0316M9E8AN2, ODU:WH-WXG09ME8", // 55
|
"IDU:WH-ADC0316M9E8AN2, ODU:WH-WXG09ME8", // 55
|
||||||
"IDU:WH-SDC0309K3E5, ODU:WH-UDZ07KE5", // 56
|
"IDU:WH-SDC0309K3E5, ODU:WH-UDZ07KE5", // 56
|
||||||
|
"IDU:WH-ADC0309K3E5AN, ODU:WH-UDZ05KE5", // 57
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue