add model() for CR120 for different modes

This commit is contained in:
MichaelDvP
2024-06-17 15:56:42 +02:00
parent ffb7fd3f12
commit 644a694ed2
7 changed files with 47 additions and 43 deletions

View File

@@ -441,6 +441,7 @@ class EMSdevice {
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
static constexpr uint8_t EMS_DEVICE_FLAG_R3000 = 15; // Rego3000, same as RC300 with different wwmodes
static constexpr uint8_t EMS_DEVICE_FLAG_CR120 = 16; // mostly like RC300, but some changes
uint8_t count_entities();
bool has_entities() const;