add EMS_DEVICE_FLAG_BC400, sort wwmodes #1452

This commit is contained in:
MichaelDvP
2023-11-22 19:45:06 +01:00
parent 2edfe0f42c
commit 40a79c51ce
8 changed files with 94 additions and 40 deletions

View File

@@ -436,6 +436,7 @@ class EMSdevice {
static constexpr uint8_t EMS_DEVICE_FLAG_JUNKERS = 11;
static constexpr uint8_t EMS_DEVICE_FLAG_CRF = 12; // CRF200 only monitor
static constexpr uint8_t EMS_DEVICE_FLAG_RC100H = 13; // with humidity
static constexpr uint8_t EMS_DEVICE_FLAG_BC400 = 14; // mostly like RC300, but some changes
uint8_t count_entities();
bool has_entities() const;