mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
setting of mqtt-format without reboot
This commit is contained in:
@@ -75,6 +75,7 @@ class Mqtt {
|
||||
void set_publish_time_sensor(uint16_t publish_time);
|
||||
void set_qos(uint8_t mqtt_qos);
|
||||
void set_retain(bool mqtt_retain);
|
||||
void set_format(uint8_t mqtt_format);
|
||||
bool get_publish_onchange(uint8_t device_type);
|
||||
|
||||
enum Operation { PUBLISH, SUBSCRIBE };
|
||||
|
||||
Reference in New Issue
Block a user