WLED/wled00/wled_mqtt.h
2020-03-25 04:00:55 -04:00

9 lines
164 B
C

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