Uplink Data Format V1
Data format V1 allows users to compress their payload and retain the convenience of JSON readable header information for reduced size and performance.
{
token : string; // conduit token from AlphaX Cloud
networkId : string; // unique identifier on the network
timestamp : integer; // 13 digit UTC timestamp
data : bytearray; // byte array formatted as string and
// configured as per examples below
}Formatting the Data Object
Mandatory Data (Device Data)
Byte Number
Data Type
Mapped to Channel
Expected units
Dynamic Data (Channel Data)
Byte Number
Data Type
Mapped to Channel
Expected Units
Last updated