thermferm/mqtt.h

changeset 554
ab9f22ab57b5
parent 547
0e4d4b45249f
child 557
ae17042a6d39
--- a/thermferm/mqtt.h	Wed Jul 25 20:08:13 2018 +0200
+++ b/thermferm/mqtt.h	Tue Jul 31 16:42:11 2018 +0200
@@ -41,6 +41,12 @@
 void publishDDeath(units_list *unit);
 
 /**
+ * @brief Publish log data.
+ * @param unit Unit data structure.
+ */
+void publishDLog(units_list *unit);
+
+/**
  * @brief Publish Node data or birth message.
  * @param birth If true send a birh message, else a regular data update.
  * @param flag Bit flag to enable control messages.

mercurial