show ems device details in MQTT HA screen

This commit is contained in:
proddy
2025-07-08 22:05:45 +02:00
parent ca8d23ff3a
commit 0a18add447
9 changed files with 38 additions and 15 deletions

View File

@@ -62,6 +62,7 @@ class EMSdevice {
const char * brand_to_char();
std::string to_string();
std::string to_string_short();
std::string to_string_version();
std::string name(); // returns either default or custom name of a device (if defined)
bool is_device_id(uint8_t device_id) const {