thermferm/mqtt.c

changeset 557
ae17042a6d39
parent 555
c6f04bfcec2c
child 561
fcfc3dbe85fa
equal deleted inserted replaced
556:c2ee7f9a069e 557:ae17042a6d39
33 extern const char TEMPSTATE[3][8]; 33 extern const char TEMPSTATE[3][8];
34 34
35 int Sequence = 0; 35 int Sequence = 0;
36 36
37 37
38 #ifdef HAVE_MOSQUITTO_H
39 38
40 39
41 /* Global variables for use in callbacks. */ 40 /* Global variables for use in callbacks. */
42 int mqtt_qos = 0; 41 int mqtt_qos = 0;
43 int mqtt_status = STATUS_CONNECTING; 42 int mqtt_status = STATUS_CONNECTING;
1035 syslog(LOG_NOTICE, "MQTT disconnected"); 1034 syslog(LOG_NOTICE, "MQTT disconnected");
1036 } 1035 }
1037 } 1036 }
1038 1037
1039 1038
1040 #endif

mercurial