thermferm/mqtt.h

changeset 554
ab9f22ab57b5
parent 547
0e4d4b45249f
child 557
ae17042a6d39
equal deleted inserted replaced
553:4091d4fe217f 554:ab9f22ab57b5
39 * @param unit Unit data structure. 39 * @param unit Unit data structure.
40 */ 40 */
41 void publishDDeath(units_list *unit); 41 void publishDDeath(units_list *unit);
42 42
43 /** 43 /**
44 * @brief Publish log data.
45 * @param unit Unit data structure.
46 */
47 void publishDLog(units_list *unit);
48
49 /**
44 * @brief Publish Node data or birth message. 50 * @brief Publish Node data or birth message.
45 * @param birth If true send a birh message, else a regular data update. 51 * @param birth If true send a birh message, else a regular data update.
46 * @param flag Bit flag to enable control messages. 52 * @param flag Bit flag to enable control messages.
47 */ 53 */
48 void publishNData(bool birth, int flag); 54 void publishNData(bool birth, int flag);

mercurial