EnigmaIOT  0.9.8
Secure sensor and gateway platform based on ESP8266 and ESP32
Public Attributes | List of all members
mqttgw_config_t Struct Reference

#include <GwOutput_mqtt.h>

Public Attributes

char mqtt_server [41]
 
int mqtt_port = 1883
 
char mqtt_user [21]
 
char mqtt_pass [41]
 

Detailed Description

Definition at line 63 of file GwOutput_mqtt.h.

Member Data Documentation

◆ mqtt_pass

char mqttgw_config_t::mqtt_pass[41]

MQTT broker user password

Definition at line 71 of file GwOutput_mqtt.h.

◆ mqtt_port

int mqttgw_config_t::mqtt_port = 1883

MQTT broker TCP port

Definition at line 68 of file GwOutput_mqtt.h.

◆ mqtt_server

char mqttgw_config_t::mqtt_server[41]

MQTT broker address

Definition at line 64 of file GwOutput_mqtt.h.

◆ mqtt_user

char mqttgw_config_t::mqtt_user[21]

MQTT broker user name

Definition at line 70 of file GwOutput_mqtt.h.


The documentation for this struct was generated from the following file: