OTA¶
The OTA node gets the device OTA task to trigger the flow. For more information about firmware upgrade OTA in EnOS, see Firmware Upgrade OTA.
Node Type¶
EnOS.
Input and Output Ability¶
This node does not have an entry point and has 1 exit point. The output format is in JSON.
Node Properties¶
Name
The name for this node.
Product
The product of the device.
Description
The description for this node.
Limitations¶
Only one product can be selected.
Samples¶
Input Sample¶
This node does not receive any input message.
Output Sample¶
{
"assetId":"123",
"deviceKey":"deviceKey",
"params": {
"version":"v1.0",
"sign":"xxxxxxx",
"signMethod":"md5",
"fileUrl":"/1b30e0ea83002000/ota/kadak13",
"fileSize":1024
},
"productKey":"productKey"
}