thermferm/mqtt.h

changeset 545
c382a6c58c20
parent 533
49580ca85ab7
child 547
0e4d4b45249f
equal deleted inserted replaced
544:e2889b17f48c 545:c382a6c58c20
5 5
6 #define STATUS_CONNECTING 0 6 #define STATUS_CONNECTING 0
7 #define STATUS_CONNACK_RECVD 1 7 #define STATUS_CONNACK_RECVD 1
8 #define STATUS_WAITING 2 8 #define STATUS_WAITING 2
9 9
10 #endif
11 10
12 /* 11 /*
13 * Public functions 12 * Public functions
14 */ 13 */
15 void pub_domoticz_temp(int, int); 14 void pub_domoticz_temp(int, int);
41 * @param flag Bit flag to enable control messages. 40 * @param flag Bit flag to enable control messages.
42 */ 41 */
43 void publishNData(bool birth, int flag); 42 void publishNData(bool birth, int flag);
44 43
45 #endif 44 #endif
45
46 #endif

mercurial