bmsd/bms.h

changeset 194
d202777ebae5
parent 192
7f69b43e6084
child 299
047ead629d4a
equal deleted inserted replaced
193:3cbd81ea9391 194:d202777ebae5
69 char *mysql_database; ///< MySQL database 69 char *mysql_database; ///< MySQL database
70 char *mqtt_host; ///< MQTT host 70 char *mqtt_host; ///< MQTT host
71 int mqtt_port; ///< MQTT port 71 int mqtt_port; ///< MQTT port
72 char *mqtt_user; ///< MQTT username of NULL 72 char *mqtt_user; ///< MQTT username of NULL
73 char *mqtt_pass; ///< MQTT password of NULL 73 char *mqtt_pass; ///< MQTT password of NULL
74 char *web_root; ///< WWW root directory
74 } sys_config; 75 } sys_config;
75 76
76 77
77 /** 78 /**
78 * @brief Structure for the nodes. Database table 'nodes'. 79 * @brief Structure for the nodes. Database table 'nodes'.

mercurial