thermferm/thermferm.h

changeset 534
92b546d4a839
parent 533
49580ca85ab7
child 540
5a26429abbf8
equal deleted inserted replaced
533:49580ca85ab7 534:92b546d4a839
360 profiles_list *profiles; /* Ferment profiles */ 360 profiles_list *profiles; /* Ferment profiles */
361 devices_list *devices; /* Sensors and switches */ 361 devices_list *devices; /* Sensors and switches */
362 #ifdef USE_SIMULATOR 362 #ifdef USE_SIMULATOR
363 simulator_list *simulators; /* Simulators */ 363 simulator_list *simulators; /* Simulators */
364 #endif 364 #endif
365 #ifdef HAVE_MOSQUITTO_H
366 char *mqtt_host; /* MQTT host to connect to */ 365 char *mqtt_host; /* MQTT host to connect to */
367 int mqtt_port; /* MQTT port to connect to */ 366 int mqtt_port; /* MQTT port to connect to */
368 #endif 367 char *mqtt_username; /* MQTT username */
368 char *mqtt_password; /* MQTT password */
369 } sys_config; 369 } sys_config;
370 370
371 371
372 372
373 #endif 373 #endif

mercurial