You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-edge/module-edgeagent-edgehub.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,9 +68,9 @@ The module twin for the IoT Edge agent is called `$edgeAgent`. It coordinates co
68
68
69
69
IoT Edge agent reported properties include three main pieces of information:
70
70
71
-
1. Status of the application of the last-seen desired properties,
72
-
2. Status of the modules currently running on the device as reported by the IoT Edge agent, and
73
-
3. Copy of the desired properties currently running on the device.
71
+
- Status of the application of the last-seen desired properties,
72
+
- Status of the modules currently running on the device as reported by the IoT Edge agent, and
73
+
- Copy of the desired properties currently running on the device.
74
74
75
75
The copy of the current desired properties helps determine if the device has applied the latest deployment or is still running a previous deployment manifest.
0 commit comments