Skip to content

Commit bb316bf

Browse files
committed
Review feedback
1 parent 4bdd4bf commit bb316bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/iot-hub/device-management-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,10 @@ You're now ready to run the device code and the service code that initiates a re
266266
267267
The following shows the device response to the reboot direct method:
268268
269-
![Simulated device app output](./media/device-management-python/device.png)
269+
![Screenshot that shows the output of the simulated device app after receiving reboot direct method.](./media/device-management-python/device.png)
270270
271271
The following shows the service calling the reboot direct method and polling the device twin for status:
272272
273-
![Trigger reboot service output](./media/device-management-python/service.png)
273+
![Screenshot that shows the output of the service app after sending reboot direct method.](./media/device-management-python/service.png)
274274
275275
[!INCLUDE [iot-hub-dm-followup](../../includes/iot-hub-dm-followup.md)]
-5.22 KB
Loading

includes/iot-hub-dm-followup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Typically, you configure devices to perform actions at a time that minimizes int
2222

2323
In this article, you used a direct method to trigger a remote reboot on a device. You used the reported properties to report the last reboot time from the device, and queried the device twin to discover the last reboot time of the device from the cloud.
2424

25-
ToTo continue getting started with IoT Hub and device management patterns such as end-to-end image-based update in [Device Update for Azure IoT Hub article using the Raspberry Pi 3 B+ Reference Image](../articles/iot-hub-device-update/device-update-raspberry-pi.md).
25+
To continue getting started with IoT Hub and device management patterns such as end-to-end image-based update in [Device Update for Azure IoT Hub article using the Raspberry Pi 3 B+ Reference Image](../articles/iot-hub-device-update/device-update-raspberry-pi.md).
2626

2727
To learn how to extend your IoT solution and schedule method calls on multiple devices, see [Schedule and broadcast jobs](../articles/iot-hub/iot-hub-node-node-schedule-jobs.md).

0 commit comments

Comments
 (0)