Wombat Environmental Node 1.0
An environmental node for SDI-12 and digital sensors.
Loading...
Searching...
No Matches
mqtt_stack.h
Go to the documentation of this file.
1#ifndef WOMBAT_MQTT_STACK_H
2#define WOMBAT_MQTT_STACK_H
3
4bool mqtt_login(void);
5bool mqtt_logout(void);
14bool mqtt_publish(String& topic, const char* msg, size_t msg_len);
15
23bool mqtt_publish_file(const String& topic, const String& filename);
24
25#endif //WOMBAT_MQTT_STACK_H
static char msg[CLI::MAX_CLI_MSG_LEN+1]
Message buffer.
Definition: CLI.cpp:26
bool mqtt_publish(String &topic, const char *msg, size_t msg_len)
Definition: mqtt_stack.cpp:190
bool mqtt_login(void)
Definition: mqtt_stack.cpp:35
bool mqtt_logout(void)
Definition: mqtt_stack.cpp:169
bool mqtt_publish_file(const String &topic, const String &filename)
Definition: mqtt_stack.cpp:217