diff -r 4091d4fe217f -r ab9f22ab57b5 thermferm/mqtt.h --- 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.