diff -r 49580ca85ab7 -r 92b546d4a839 thermferm/thermferm.h --- 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;