mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-28 09:39:11 +03:00
added id to payload, used in HA to identify device
This commit is contained in:
@@ -39,6 +39,7 @@ class Switch : public EMSdevice {
|
||||
uint16_t flowTemp_;
|
||||
uint8_t status_;
|
||||
uint8_t activated_;
|
||||
uint8_t id_;
|
||||
};
|
||||
|
||||
} // namespace emsesp
|
||||
|
||||
Reference in New Issue
Block a user