webdyn.com
V2.0 subject to changes | Webdyn © by Flexitron Group
70
The “ack” command acknowledgement consist of the following:
PARAMETERS
DESCRIPTION
type
Command type corresponding to the acknowledgement
cmd: command
config: configuration update
cid
Command identifier corresponding to the acknowledgement
result
Command result:
ok: command or update successfully processed
ko: error processing the command or the update
data
Data associated with the acknowledgement (for example: the new
firmware name, the configuration file name...)
Example of an acknowledgement file converted to JSON:
{
“uid”: “WE_1234”,
“source”: “ftp”,
“TS”: 1560068897,
“ack”: {
“type”: “cmd”,
“cid”: “c_1234”,
“result”: “ok,
“data”: “/fl0/152233-cmd.bson”
},
“crc”: 0
}