mqtt: added more message types, added test for them.

This commit is contained in:
Martin Preuss
2023-03-29 00:42:49 +02:00
parent a104b78f62
commit 40c3a3ee4e
10 changed files with 477 additions and 2 deletions

View File

@@ -54,6 +54,8 @@ AQHOME_API void AQH_MqttMsg_DumpToBuffer(const GWEN_MSG *msg, GWEN_BUFFER *dbuf,
AQHOME_API const char *AQH_MqttMsg_MsgTypeToString(uint8_t t);
AQHOME_API uint8_t AQH_MqttMsg_GetMsgTypeAndFlags(const GWEN_MSG *msg);
#endif