bmsd/ispindels.h

changeset 680
0bb48333d133
parent 578
e75ce5bbda73
--- a/bmsd/ispindels.h	Mon May 18 11:00:59 2020 +0200
+++ b/bmsd/ispindels.h	Tue May 19 13:50:14 2020 +0200
@@ -8,6 +8,12 @@
 void ispindel_dump(sys_ispindel_list *ispindel);
 
 /**
+ * @brief Process received command from a websocket.
+ * @param payload The received data in JSON format.
+ */
+void ispindel_ws_receive(char *payload);
+
+/**
  * @brief Messages received from a iSpindel using the MQTT sender.
  *        A new node is created if this is the first message of the
  *        iSpindel, else the last seen time is updated. Then the last

mercurial