thermferm/mqtt.h

changeset 506
cdcd07bbee30
parent 504
862de87f9f89
child 515
7ab5cf2afc0c
--- 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

mercurial