update hybrid heatpump #459

This commit is contained in:
MichaelDvP
2022-04-10 10:03:36 +02:00
parent 15a8d6dbf1
commit 6d6cb755e2
5 changed files with 161 additions and 2 deletions

View File

@@ -319,6 +319,7 @@ class EMSdevice {
static constexpr uint8_t EMS_DEVICE_FLAG_EMSPLUS = 2;
static constexpr uint8_t EMS_DEVICE_FLAG_HT3 = 3;
static constexpr uint8_t EMS_DEVICE_FLAG_HEATPUMP = 4;
static constexpr uint8_t EMS_DEVICE_FLAG_HYBRID = 5;
// Solar Module
static constexpr uint8_t EMS_DEVICE_FLAG_SM10 = 1;