bmsd/nodes.h

changeset 795
9472106a3143
parent 686
ca1fbb3bd3db
equal deleted inserted replaced
794:37e1704fd11f 795:9472106a3143
25 * @brief Check if nodes are still online and mark them offline if not 25 * @brief Check if nodes are still online and mark them offline if not
26 * been seen for twice the node interval time plus a few seconds.. 26 * been seen for twice the node interval time plus a few seconds..
27 */ 27 */
28 void nodes_check_online(void); 28 void nodes_check_online(void);
29 29
30 /**
31 * @brief Process received command from a websocket.
32 * @param payload The received data in JSON format.
33 */
34 void node_ws_receive(char *payload);
35
30 #endif 36 #endif

mercurial