diff -r b4bfed3684d0 -r e75ce5bbda73 bmsd/ispindels.h --- 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