thermferm/mqtt.h

changeset 515
7ab5cf2afc0c
parent 506
cdcd07bbee30
child 533
49580ca85ab7
--- a/thermferm/mqtt.h	Sat Jun 10 13:00:14 2017 +0200
+++ b/thermferm/mqtt.h	Sat Jun 10 23:43:56 2017 +0200
@@ -12,6 +12,8 @@
 /*
  * Public functions
  */
+void pub_domoticz_temp(int, int);
+void pub_domoticz_output(int, int);
 void mqtt_connect(void);
 void mqtt_disconnect(void);
 void publishDData(units_list *);

mercurial