read telegram 0x01 offset 27 device name

This commit is contained in:
MichaelDvP
2024-10-22 08:01:04 +02:00
parent 21b2fb46de
commit 614f05a286
3 changed files with 33 additions and 1 deletions

View File

@@ -249,6 +249,7 @@ class EMSESP {
private:
static std::string device_tostring(const uint8_t device_id);
static void process_UBADevices(std::shared_ptr<const Telegram> telegram);
static void process_deviceName(std::shared_ptr<const Telegram> telegram);
static void process_version(std::shared_ptr<const Telegram> telegram);
static void publish_response(std::shared_ptr<const Telegram> telegram);
static void publish_all_loop();