WLED/wled00/wled_mqtt.h

9 lines
164 B
C
Raw Normal View History

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