MQTT Publish Format V2
MQTT Publish format V2 is a user friendly, human readable JSON package for sending data to a device on AlphaX Cloud.
Publish Topic V2
Publish Message V2
Formatting the Payload
data: [
{
channelId : integer; // the channel identifier for the value
value : number; // the value of the data (16 digit maximum length)
}
]Example Usage
Topic
Message
Last updated