diff -r 862de87f9f89 -r cdcd07bbee30 thermferm/mqtt.h --- a/thermferm/mqtt.h Sat Apr 29 17:07:36 2017 +0200 +++ b/thermferm/mqtt.h Mon May 08 16:26:02 2017 +0200 @@ -14,9 +14,7 @@ */ void mqtt_connect(void); void mqtt_disconnect(void); -void mqtt_publish_int(char *, char *, int); -void mqtt_publish_float(char *, char *, float, int); -void mqtt_publish_str(char *, char *, char *); -void mqtt_publish_clear(char *, char *); +void publishDData(units_list *); +void publishNData(bool, int); #endif