Skip to content

Commit ea86a12

Browse files
committed
renamed png files to not include caps
1 parent ba6df39 commit ea86a12

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

articles/iot-hub/quickstart-control-device-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The simulated device application connects to a device-specific endpoint on your
118118
119119
The following screenshot shows the output as the simulated device application sends telemetry to your IoT hub:
120120
121-
![Run the simulated device](./media/quickstart-control-device-python/SimulatedDevice-1.png)
121+
![Run the simulated device](./media/quickstart-control-device-python/simulated-device-1.png)
122122
123123
## Call the direct method
124124
@@ -144,11 +144,11 @@ The back-end application connects to a service-side endpoint on your IoT Hub. Th
144144
145145
The following screenshot shows the output as the application makes a direct method call to the device and receives an acknowledgment:
146146
147-
![Run the back-end application](./media/quickstart-control-device-python/BackEndApplication.png)
147+
![Run the back-end application](./media/quickstart-control-device-python/backend-application.png)
148148
149149
After you run the back-end application, you see a message in the console window running the simulated device, and the rate at which it sends messages changes:
150150
151-
![Change in simulated client](./media/quickstart-control-device-python/SimulatedDevice-2.png)
151+
![Change in simulated client](./media/quickstart-control-device-python/simulated-device-2.png)
152152
153153
## Clean up resources
154154

0 commit comments

Comments
 (0)