added list of received and unknown topics.

This commit is contained in:
Martin Preuss
2023-08-12 10:53:56 +02:00
parent 9602471a9b
commit c1353c056a
3 changed files with 15 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ AQHOME_API int AQH_Storage_WriteState(AQH_STORAGE *sto);
AQHOME_API void AQH_Storage_HandleMqttPublish(AQH_STORAGE *sto, const char *topic, const char *value);
AQHOME_API GWEN_STRINGLIST *AQH_Storage_GetRecvdTopicList(const AQH_STORAGE *sto);