MQTT messages can now be retained.
This commit is contained in:
@ -17,8 +17,8 @@ void mqtt_setup();
|
||||
|
||||
void mqtt_loop();
|
||||
|
||||
void mqtt_publish(const char* topic, int number);
|
||||
void mqtt_publish(const char* topic, const char* message);
|
||||
void mqtt_publish(const char* topic, int number, bool retain=false);
|
||||
void mqtt_publish(const char* topic, const char* message, bool retain=false);
|
||||
|
||||
void mqtt_log(const char* message);
|
||||
void mqtt_log(int number);
|
||||
|
Reference in New Issue
Block a user