bmsd/ispindels.h

changeset 578
e75ce5bbda73
parent 568
6f3c24e21deb
child 680
0bb48333d133
--- a/bmsd/ispindels.h	Fri Jan 03 15:21:22 2020 +0100
+++ b/bmsd/ispindels.h	Sun Jan 05 11:42:02 2020 +0100
@@ -13,11 +13,10 @@
  *        iSpindel, else the last seen time is updated. Then the last
  *        actual state is recorded. A log line is written when a beer
  *        is assigned.
- * @param topic The MQTT topic string, contains the ispindel name and
- *        keyword for the data.
+ * @param topic The MQTT topic string, contains the ispindel type and name
  * @param payload The value for the selected keyword.
  */
-void ispindel_mqtt(char *topic, char *payload);
+void ispindel_birth_data(char *topic, char *payload);
 
 
 #endif

mercurial