diff -r 37e1704fd11f -r 9472106a3143 bmsd/nodes.h --- a/bmsd/nodes.h Wed Jul 06 09:28:41 2022 +0200 +++ b/bmsd/nodes.h Mon Jul 11 15:46:18 2022 +0200 @@ -27,4 +27,10 @@ */ void nodes_check_online(void); +/** + * @brief Process received command from a websocket. + * @param payload The received data in JSON format. + */ +void node_ws_receive(char *payload); + #endif