thermferm/thermferm.h

changeset 675
825210ba2707
parent 671
b2e2cbb13cb3
child 693
3518c07737d8
equal deleted inserted replaced
674:6cabc02f4c8d 675:825210ba2707
385 char *mqtt_host; /* MQTT host to connect to */ 385 char *mqtt_host; /* MQTT host to connect to */
386 int mqtt_port; /* MQTT port to connect to */ 386 int mqtt_port; /* MQTT port to connect to */
387 char *mqtt_username; /* MQTT username */ 387 char *mqtt_username; /* MQTT username */
388 char *mqtt_password; /* MQTT password */ 388 char *mqtt_password; /* MQTT password */
389 char *uuid; /* System uuid */ 389 char *uuid; /* System uuid */
390 int websocket_port; /* Websocket port */
390 } sys_config; 391 } sys_config;
391 392
392 393
393 394
394 #endif 395 #endif

mercurial