Skip to content

Commit 57842eb

Browse files
committed
Revise H2s
1 parent 5beb099 commit 57842eb

4 files changed

+4
-4
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ az iot hub show-connection-string --hub-name {YourIoTHubName} --output table
8484

8585
Make a note of the service connection string, which looks like `Hostname=...=`. You use this value later in the quickstart.
8686

87-
## Respond to direct method calls
87+
## Listen for direct method calls
8888

8989
The simulated device application connects to a device-specific endpoint on your IoT hub, sends simulated telemetry, and listens for direct method calls from your hub. In this quickstart, the direct method call from the hub tells the device to change the interval at which it sends telemetry. The simulated device sends an acknowledgement back to your hub after it executes the direct method.
9090

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ az iot hub show-connection-string --hub-name {YourIoTHubName} --output table
9292

9393
Make a note of the service connection string, which looks like `Hostname=...=`. You use this value later in the quickstart.
9494

95-
## Respond to direct method calls
95+
## Listen for direct method calls
9696

9797
The simulated device application connects to a device-specific endpoint on your IoT hub, sends simulated telemetry, and listens for direct method calls from your hub. In this quickstart, the direct method call from the hub tells the device to change the interval at which it sends telemetry. The simulated device sends an acknowledgement back to your hub after it executes the direct method.
9898

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ A device must be registered with your IoT hub before it can connect. In this qui
8282
8383
Make a note of the service connection string, which looks like `Hostname=...=`. You use this value later in the quickstart. The service connection string is different from the device connection string.
8484
85-
## Respond to direct method calls
85+
## Listen for direct method calls
8686
8787
The simulated device application connects to a device-specific endpoint on your IoT hub, sends simulated telemetry, and listens for direct method calls from your hub. In this quickstart, the direct method call from the hub tells the device to change the interval at which it sends telemetry. The simulated device sends an acknowledgement back to your hub after it executes the direct method.
8888

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ A device must be registered with your IoT hub before it can connect. In this qui
8686
8787
Make a note of the service connection string, which looks like `Hostname=...=`. You use this value later in the quickstart. The service connection string is different from the device connection string.
8888
89-
## Respond to direct method calls
89+
## Listen for direct method calls
9090
9191
The simulated device application connects to a device-specific endpoint on your IoT hub, sends simulated telemetry, and listens for direct method calls from your hub. In this quickstart, the direct method call from the hub tells the device to change the interval at which it sends telemetry. The simulated device sends an acknowledgement back to your hub after it executes the direct method.
9292

0 commit comments

Comments
 (0)