thermferm/mqtt.h

changeset 547
0e4d4b45249f
parent 545
c382a6c58c20
child 554
ab9f22ab57b5
--- a/thermferm/mqtt.h	Thu Jul 19 12:55:40 2018 +0200
+++ b/thermferm/mqtt.h	Thu Jul 19 14:08:32 2018 +0200
@@ -17,6 +17,12 @@
 void mqtt_disconnect(void);
 
 /**
+ * @brief Publish DBIRTH for all active units. If there are no active units, don't
+ *        publish anything. This function should be called at program start.
+ */
+void publishDBirthAll(void);
+
+/**
  * @brief Publish unit data.
  * @param unit Unit data structure.
  */

mercurial