thermferm/mqtt.h

changeset 689
f94b525f7563
parent 677
c867eb3f7fc1
equal deleted inserted replaced
688:8bf6389e59a2 689:f94b525f7563
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 *global_json(void);
52 char *unit_data(units_list *unit, bool birth); 53 char *unit_data(units_list *unit, bool birth);
53 54
54 /** 55 /**
55 * @brief Publish DBIRTH for all active units. If there are no active units, don't 56 * @brief Publish DBIRTH for all active units. If there are no active units, don't
56 * publish anything. This function should be called at program start. 57 * publish anything. This function should be called at program start.

mercurial