OTA Updates
OTA commands manage firmware Over-the-Air (OTA) updates for a device. Use them to view the device's current firmware configuration and to trigger a firmware update to a specific version.
ota config
Show the current firmware configuration for a device, including the firmware name and version reported by the device.
Usage:
atymctl ota config DEVICE_ID [flags]
Flags:
-h, --help help for config
Required: DEVICE_ID.
ota update
Trigger a firmware OTA update on a device. Specify the firmware --name and --version to deploy.
Usage:
atymctl ota update DEVICE_ID [flags]
Flags:
-h, --help help for update
-n, --name string Firmware name to deploy
-v, --version string Firmware version to deploy
Required: DEVICE_ID, --name, and --version.