bmsd/nodes.h

changeset 795
9472106a3143
parent 686
ca1fbb3bd3db
--- 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

mercurial