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¶
Trigger.
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¶
Node Name
Required.
The name for this node.
Product
Required.
The product of the device.
Description
Optional.
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"
}