Skip to content

Commit 63d01d6

Browse files
committed
acro
1 parent 1bc39f1 commit 63d01d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub-device-update/device-update-plug-and-play.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ The **state** field is the status reported by the Device Update agent in respons
102102
|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.|
103103
|DeploymentInprogress|6| A deployment is in progress.|
104104
|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.|
107107

108108
#### Action
109109

0 commit comments

Comments
 (0)