aqhome: fixed mqtt message handling
PUBLISH: the message itself is NOT preceeded by size
This commit is contained in:
@@ -24,6 +24,9 @@ AQHOME_API GWEN_MSG *GWEN_PublishMqttMsg_new(uint8_t flags, uint16_t packetId,
|
||||
|
||||
AQHOME_API void AQH_PublishMqttMsg_DumpToBuffer(const GWEN_MSG *msg, GWEN_BUFFER *dbuf, const char *sText);
|
||||
|
||||
AQHOME_API char *AQH_PublishMqttMsg_ExtractTopic(const GWEN_MSG *msg);
|
||||
AQHOME_API char *AQH_PublishMqttMsg_ExtractValue(const GWEN_MSG *msg);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user