thermferm/mqtt.h

changeset 677
c867eb3f7fc1
parent 598
363dc36d2450
child 689
f94b525f7563
equal deleted inserted replaced
676:09b5efe0c633 677:c867eb3f7fc1
47 void pub_domoticz_temp(int, int); 47 void pub_domoticz_temp(int, int);
48 void pub_domoticz_output(int, int); 48 void pub_domoticz_output(int, int);
49 void mqtt_connect(void); 49 void mqtt_connect(void);
50 void mqtt_disconnect(void); 50 void mqtt_disconnect(void);
51 51
52 char *unit_data(units_list *unit, bool birth);
53
52 /** 54 /**
53 * @brief Publish DBIRTH for all active units. If there are no active units, don't 55 * @brief Publish DBIRTH for all active units. If there are no active units, don't
54 * publish anything. This function should be called at program start. 56 * publish anything. This function should be called at program start.
55 */ 57 */
56 void publishDBirthAll(void); 58 void publishDBirthAll(void);

mercurial