Update decode.h

Added 1 new model
This commit is contained in:
ElVit 2026-01-14 10:58:29 +01:00 committed by GitHub
parent fbe397dbbe
commit fcf77c81ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@
#define RESPONSE_MSG_SIZE 203
#endif
#ifndef NUMBER_OF_MODELS
#define NUMBER_OF_MODELS 57
#define NUMBER_OF_MODELS 58
#endif
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 BivalentMode[] = {"3", "Alternative", "Parallel", "Advanced Parallel"};
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-MDC07H3E5", // 1
"IDU:WH-SXC09H3E5, ODU:WH-UX09HE5", // 2
@ -126,6 +126,7 @@ class PanasonicDecode {
"IDU:WH-ADC0916H9E8, ODU:WH-UX09HE8", // 54
"IDU:WH-ADC0316M9E8AN2, ODU:WH-WXG09ME8", // 55
"IDU:WH-SDC0309K3E5, ODU:WH-UDZ07KE5", // 56
"IDU:WH-ADC0309K3E5AN, ODU:WH-UDZ05KE5", // 57
};
};