Gbox 4.20
Grow box automation and monitoring - <a href='https://sites.google.com/site/growboxguy/'>https://sites.google.com/site/growboxguy/</a>
 
Loading...
Searching...
No Matches
mqtt.ino File Reference
#include <ELClient.h>
#include <ELClientCmd.h>
#include <ELClientMqtt.h>

Go to the source code of this file.

Functions

void wifiCb (void *response)
 
void mqttConnected (void *response)
 
void mqttDisconnected (void *response)
 
void mqttData (void *response)
 
void mqttPublished (void *response)
 
void setup ()
 
void loop ()
 

Variables

ELClient espSerial
 
ELClientCmd cmd & esp
 
bool connected
 

Function Documentation

◆ loop()

void loop ( )

Definition at line 102 of file mqtt.ino.

◆ mqttConnected()

void mqttConnected ( void *  response)

Definition at line 39 of file mqtt.ino.

Here is the caller graph for this function:

◆ mqttData()

void mqttData ( void *  response)

Definition at line 55 of file mqtt.ino.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mqttDisconnected()

void mqttDisconnected ( void *  response)

Definition at line 49 of file mqtt.ino.

Here is the caller graph for this function:

◆ mqttPublished()

void mqttPublished ( void *  response)

Definition at line 67 of file mqtt.ino.

Here is the caller graph for this function:

◆ setup()

void setup ( )

Definition at line 71 of file mqtt.ino.

Here is the call graph for this function:

◆ wifiCb()

void wifiCb ( void *  response)

Definition at line 21 of file mqtt.ino.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ connected

bool connected

Definition at line 36 of file mqtt.ino.

◆ esp

ELClientMqtt mqtt& esp

Definition at line 14 of file mqtt.ino.

◆ Serial

ELClient esp& Serial

Simple example to demo the esp-link MQTT client

Definition at line 11 of file mqtt.ino.