From 87f1858d5e4e5a3f3efae296c2490525dd2dcfd4 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 25 Jul 2020 18:27:52 +0200 Subject: [PATCH] optimizing mqtt --- src/emsdevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emsdevice.h b/src/emsdevice.h index 8b691bcee..5030e1108 100644 --- a/src/emsdevice.h +++ b/src/emsdevice.h @@ -119,7 +119,7 @@ class EMSdevice { void read_command(const uint16_t type_id); - void register_mqtt_topic(const std::string & topic, mqtt_function_p f); + void register_mqtt_topic(const std::string & topic, mqtt_subfunction_p f); // virtual functions overrules by derived classes virtual void show_values(uuid::console::Shell & shell) = 0;