main/task_mqtt.h

changeset 37
358bbd5b608e
parent 9
a85995941d0d
child 44
e52d11b8f252
equal deleted inserted replaced
36:e2a43e7c4035 37:358bbd5b608e
20 * @return Returns true if MQTT is connected 20 * @return Returns true if MQTT is connected
21 */ 21 */
22 bool ready_mqtt(void); 22 bool ready_mqtt(void);
23 23
24 24
25 /**
26 * @brief Publish node birth
27 */
25 void publishNode(void); 28 void publishNode(void);
29
30
31 /**
32 * @brief Publish units results
33 */
26 void publishUnits(void); 34 void publishUnits(void);
35
36
37 /**
38 * @brief Publish measurement logs
39 */
27 void publishLogs(void); 40 void publishLogs(void);
28 41
29 42
30 /** 43 /**
31 * @brief The FreeRTOS task to run MQTT connections. 44 * @brief The FreeRTOS task to run MQTT connections.

mercurial