bmsd/bms.h

changeset 696
f4de55f587c1
parent 680
0bb48333d133
child 703
faeede125639
equal deleted inserted replaced
695:cfe232710027 696:f4de55f587c1
76 char *mqtt_host; ///< MQTT host 76 char *mqtt_host; ///< MQTT host
77 int mqtt_port; ///< MQTT port 77 int mqtt_port; ///< MQTT port
78 char *mqtt_user; ///< MQTT username of NULL 78 char *mqtt_user; ///< MQTT username of NULL
79 char *mqtt_pass; ///< MQTT password of NULL 79 char *mqtt_pass; ///< MQTT password of NULL
80 char *web_root; ///< WWW root directory 80 char *web_root; ///< WWW root directory
81 int websocket_port; ///< Websocket port
81 } sys_config; 82 } sys_config;
82 83
83 84
84 /** 85 /**
85 * @brief Structure for the nodes. Database table 'mon_nodes'. 86 * @brief Structure for the nodes. Database table 'mon_nodes'.

mercurial