mqtt summary request
This commit is contained in:
parent
ea49576b20
commit
3e7d3041f2
2 changed files with 39 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
#include <WiFi.h>
|
||||
#include <FRAM.h>
|
||||
#include <map>
|
||||
#include <ArduinoJson.h>
|
||||
#include <ESPMegaCommon.hpp>
|
||||
|
||||
// MQTT Connection Parameters
|
||||
#define TCP_TIMEOUT_SEC 5
|
||||
|
@ -115,6 +117,7 @@ public:
|
|||
void bindEthernetInterface(ETHClass *ethernetIface);
|
||||
bool networkConnected();
|
||||
void bindFRAM(FRAM *fram);
|
||||
void publishSystemSummary();
|
||||
|
||||
IoTComponent* getComponent(uint8_t card_id);
|
||||
IPAddress getETHIp();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue