Added MQTT_TOPIC_WEATHER for receiving and storing weather data.

This commit is contained in:
2019-06-07 06:08:21 +02:00
parent a821985479
commit c153ce915d
2 changed files with 26 additions and 0 deletions

View File

@ -10,6 +10,9 @@ void mqtt_callback(char* complete_topic, byte* pl, unsigned int length);
boolean mqtt_connect();
extern uint8_t weather_icon_ids[6];
extern int8_t weather_temperatures[6];
void mqtt_setup();
void mqtt_loop();