Skip to content

Commit b7e4833

Browse files
authored
Update tutorial-define-gateway-device-type.md
Acrolinx fixes
1 parent 9bd9de9 commit b7e4833

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-central/core/tutorial-define-gateway-device-type.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this tutorial, you create a **Smart Building** gateway device template. A **S
2222
As well as enabling downstream devices to communicate with your IoT Central application, a gateway device can also:
2323

2424
* Send its own telemetry, such as temperature.
25-
* Respond to writable property updates made by an operator. For example, an operator could changes the telemetry send interval.
25+
* Respond to writable property updates made by an operator. For example, an operator could change the telemetry send interval.
2626
* Respond to commands, such as rebooting the device.
2727

2828
In this tutorial, you learn how to:
@@ -163,7 +163,7 @@ To create a simulated gateway device:
163163

164164
1. Keep the generated **Device ID** and **Device name**. Make sure that the **Simulated** switch is **On**. Select **Create**.
165165

166-
To create a simulated downstream devices:
166+
To create simulated downstream devices:
167167

168168
1. On the **Devices** page, select **RS40 Occupancy Sensor** in the list of device templates.
169169

@@ -207,7 +207,7 @@ Both your simulated downstream devices are now connected to your simulated gatew
207207

208208
In the [Create and connect a client application to your Azure IoT Central application](tutorial-connect-device.md) tutorial, the sample code shows how to include the model ID from the device template in the provisioning payload the device sends.
209209

210-
When you connect a downstream device, you can modify the provisioning payload to include the the ID of the gateway device. The model ID lets IoT Central assign the device to the correct downstream device template. The gateway ID lets IoT Central establish the relationship between the downstream device and its gateway. In this case the provisioning payload the device sends looks like the following JSON:
210+
When you connect a downstream device, you can modify the provisioning payload to include the ID of the gateway device. The model ID lets IoT Central assign the device to the correct downstream device template. The gateway ID lets IoT Central establish the relationship between the downstream device and its gateway. In this case the provisioning payload the device sends looks like the following JSON:
211211

212212
```json
213213
{

0 commit comments

Comments
 (0)