-
Notifications
You must be signed in to change notification settings - Fork 21
Export Import format CQM
Frieder Reinhold edited this page Mar 23, 2022
·
1 revision
CorreoMQTT is able to export and import messages using a JSON format:
{
"topic": string,
"payload": string,
"qos": int,
"retained": boolean,
"dataTime": string(date),
"messageId": string
"messageType": INCOMING|OUTGOING
"publishStatus": PUBLISHED|SUCCEEDED|FAILED
}
Files containing a message must have the file postfix .cqm
.
QUICK NAV
For users
For developers