mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 17:59:53 +03:00
optimizing mqtt
This commit is contained in:
@@ -119,7 +119,7 @@ class EMSdevice {
|
|||||||
|
|
||||||
void read_command(const uint16_t type_id);
|
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 functions overrules by derived classes
|
||||||
virtual void show_values(uuid::console::Shell & shell) = 0;
|
virtual void show_values(uuid::console::Shell & shell) = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user