thermferm/thermferm.h

changeset 534
92b546d4a839
parent 533
49580ca85ab7
child 540
5a26429abbf8
--- a/thermferm/thermferm.h	Sat Jul 14 17:21:25 2018 +0200
+++ b/thermferm/thermferm.h	Sat Jul 14 21:15:20 2018 +0200
@@ -362,10 +362,10 @@
 #ifdef USE_SIMULATOR
     simulator_list	*simulators;		/* Simulators			*/
 #endif
-#ifdef HAVE_MOSQUITTO_H
     char		*mqtt_host;		/* MQTT host to connect to	*/
     int			mqtt_port;		/* MQTT port to connect to	*/
-#endif
+    char		*mqtt_username;		/* MQTT username		*/
+    char		*mqtt_password;		/* MQTT password		*/
 } sys_config;
 
 

mercurial