WLED/wled00/mqtt.h

9 lines
156 B
C
Raw Normal View History

2020-03-28 13:30:51 +01:00
#ifndef WLED_MQTT_H
#define WLED_MQTT_H
/*
* MQTT communication protocol for home automation
*/
bool initMqtt();
void publishMqtt();
#endif //WLED_MQTT_H