Sections:
_src
_cmd
_id
_ts
_crc
_src:This is the most important element in the header field. It is used to identify the equipment that is communicating with Open Kitchen.
...
_src[1] is the unique identifier of the ConnectWare module used to pass the data to the cloud. In the case of Virtual ConnectWare, where the data is passed directly from the equipment, this field is provided as the equipment device_id prefixed with "0003". E.g. "_src": ["036334d0b8df1f05", ["000334d0b8df1f05"].
_cmd:"_cmd": "wr" indicates whether this is a read or write command.
_id:"_id" : 10018 provides a sequence number of a message that can be used to match responses from requests.
_ts:"_ts": "2022-05-03T20:34:08.111147Z". This field is critical for all time series data. It represents the time that data was received from the equipment. It is an ISO 8601 UTC date/time.
_crc:The crc is a check code used to validate the integrity of the message.