diff -r f5a00ad53329 -r 7ab5cf2afc0c thermferm/mqtt.h --- 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 *);