EnigmaIOT
0.9.8
Secure sensor and gateway platform based on ESP8266 and ESP32
|
#include <GwOutput_mqtt.h>
Public Attributes | |
char | mqtt_server [41] |
int | mqtt_port = 1883 |
char | mqtt_user [21] |
char | mqtt_pass [41] |
Definition at line 63 of file GwOutput_mqtt.h.
char mqttgw_config_t::mqtt_pass[41] |
MQTT broker user password
Definition at line 71 of file GwOutput_mqtt.h.
int mqttgw_config_t::mqtt_port = 1883 |
MQTT broker TCP port
Definition at line 68 of file GwOutput_mqtt.h.
char mqttgw_config_t::mqtt_server[41] |
MQTT broker address
Definition at line 64 of file GwOutput_mqtt.h.
char mqttgw_config_t::mqtt_user[21] |
MQTT broker user name
Definition at line 70 of file GwOutput_mqtt.h.