File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/iot-hub-device-update Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ The **state** field is the status reported by the Device Update agent in respons
102
102
| Idle| 0| The device is ready to receive an action from the Device Update service. After a successful update, state returns to the ` Idle ` state.|
103
103
| DeploymentInprogress| 6| A deployment is in progress.|
104
104
| Failed| 255| A failure occurred during updating.|
105
- | DownloadSucceeded| 2| A successful download occurred. This status is reported only by devices with agent version 0.7.0 or older.|
106
- | InstallSucceeded| 4| A successful install occurred. This status is reported only by devices with agent version 0.7.0 or older.|
105
+ | DownloadSucceeded| 2| A successful download occurred. Only devices with agent version 0.7.0 or older report this status .|
106
+ | InstallSucceeded| 4| A successful install occurred. Only devices with agent version 0.7.0 or older report this status .|
107
107
108
108
#### Action
109
109
You can’t perform that action at this time.
0 commit comments