In the Cisco Api, I found the xStatus of peripherals connect device commands to get the according status.
xStatus Peripherals ConnectedDevice[1] UpgradeStatus
xStatus Peripherals ConnectedDevice[1] UpgradeURL
xStatus Peripherals ConnectedDevice[1] UpgradeFailureReason
I can get the value, however, how can I change or set the value to new?
For example, I want to set the UpgradeURL to direct my peripheral device. And, set the UpgradeStatus value to show progress.
Thanks