We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf26cf commit 13a279fCopy full SHA for 13a279f
README.md
@@ -79,3 +79,12 @@ Extract a template from an existing thing. The template can be saved in two form
79
Bind a thing to an existing device:
80
81
`$ iot-cloud-cli thing bind --id <thingID> --device-id <deviceID>`
82
+
83
+## Ota commands
84
85
+Perform an OTA firmware update. Note that the binary file (`.bin`) should be compiled using an arduino core that supports the specified device.
86
+The default OTA upload should complete in 10 minutes. Use `--deferred` flag to extend this time to one week.
87
88
+`$ iot-cloud-cli ota upload --device-id <deviceID> --file <sketch-file.ino.bin>`
89
90
+`$ iot-cloud-cli ota upload --device-id <deviceID> --file <sketch-file.ino.bin> --deferred`
0 commit comments