|
EnigmaIOT
0.9.3
Secure sensor and gateway platform based on ESP8266 and ESP32
|
MQTT Gateway output module. More...
#include <Arduino.h>#include "GwOutput_mqtt.h"#include <ArduinoJson.h>#include <ESPAsyncWebServer.h>#include <helperFunctions.h>#include <debug.h>#include <PubSubClient.h>#include <FS.h>Go to the source code of this file.
Functions | |
| char * | getTopicAddress (char *topic, unsigned int &len) |
| control_message_type_t | checkMsgType (String data) |
| control_message_type_t | getTopicType (char *topic, char *&userCommand) |
Variables | |
| GwOutput_MQTT | GwOutput |
| control_message_type_t checkMsgType | ( | String | data | ) |
Definition at line 302 of file GwOutput_mqtt.cpp.
| char* getTopicAddress | ( | char * | topic, |
| unsigned int & | len | ||
| ) |
Definition at line 279 of file GwOutput_mqtt.cpp.
| control_message_type_t getTopicType | ( | char * | topic, |
| char *& | userCommand | ||
| ) |
Definition at line 336 of file GwOutput_mqtt.cpp.
| GwOutput_MQTT GwOutput |
Definition at line 42 of file GwOutput_mqtt.cpp.
1.8.18