Skip to content

Commit 560d57b

Browse files
authored
Merge pull request #286143 from kgremban/aug29-iothubsev0
Aug29 iothubsev0
2 parents 339be09 + bb316bf commit 560d57b

File tree

7 files changed

+3
-3
lines changed

7 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/iot-hub-python-python-device-management-get-started/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/iot-hub-python-python-device-management-get-started/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)]
36.4 KB
Loading
-14.7 KB
Loading
10.6 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)