fix #522, device-flag for IVT controller

This commit is contained in:
MichaelDvP
2022-05-26 12:42:38 +02:00
parent 60714b0b0b
commit 77a8857e2f
3 changed files with 8 additions and 3 deletions

View File

@@ -315,6 +315,9 @@ class EMSdevice {
// device flags: The lower 4 bits hold the unique identifier, the upper 4 bits are used for specific flags
static constexpr uint8_t EMS_DEVICE_FLAG_NONE = 0;
// Controller
static constexpr uint8_t EMS_DEVICE_FLAG_IVT = 1;
// Boiler
static constexpr uint8_t EMS_DEVICE_FLAG_EMS = 1;
static constexpr uint8_t EMS_DEVICE_FLAG_EMSPLUS = 2;