WLED/wled00/mqtt.h
2020-03-28 08:30:51 -04:00

9 lines
156 B
C

#ifndef WLED_MQTT_H
#define WLED_MQTT_H
/*
* MQTT communication protocol for home automation
*/
bool initMqtt();
void publishMqtt();
#endif //WLED_MQTT_H