Skip to content

Commit 26a5533

Browse files
committed
Address Acrolinx feedback
1 parent 147880c commit 26a5533

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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:
@@ -162,7 +162,7 @@ To create a simulated gateway device:
162162

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

165-
To create a simulated downstream devices:
165+
To create a simulated downstream device:
166166

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

@@ -206,7 +206,7 @@ Both your simulated downstream devices are now connected to your simulated gatew
206206

207207
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.
208208

209-
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:
209+
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:
210210

211211
```json
212212
{

articles/iot-central/core/tutorial-use-device-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ To learn more about analytics, see [How to use data explorer to analyze device d
123123

124124
## Next steps
125125

126-
Now that you've learned how to use device groups in your Azure IoT Central application, here is the suggested next step:
126+
Now that you've learned how to use device groups in your Azure IoT Central application, here's the suggested next step:
127127

128128
> [!div class="nextstepaction"]
129129
> [How to create telemetry rules](tutorial-create-telemetry-rules.md)

includes/iot-central-monitor-thermostat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ As an operator in your Azure IoT Central application, you can:
1818

1919
* View the device properties on the **About** page. This page shows the properties from the device information component and the two thermostat components:
2020

21-
:::image type="content" source="media/iot-central-monitor-thermostat/about-properties.png" alt-text="Screenshot that dows the device properties view." lightbox="media/iot-central-monitor-thermostat/about-properties.png":::
21+
:::image type="content" source="media/iot-central-monitor-thermostat/about-properties.png" alt-text="Screenshot that shows the device properties view." lightbox="media/iot-central-monitor-thermostat/about-properties.png":::
2222

2323
## Customize the device template
2424

@@ -80,4 +80,4 @@ An operator can now use the **Properties** view to update the property values, a
8080

8181
:::image type="content" source="media/iot-central-monitor-thermostat/call-command.png" alt-text="Screenshot that shows calling a command." lightbox="media/iot-central-monitor-thermostat/call-command.png":::
8282

83-
:::image type="content" source="media/iot-central-monitor-thermostat/command-response.png" alt-text="Screenshot tha shows a command response." lightbox="media/iot-central-monitor-thermostat/command-response.png":::
83+
:::image type="content" source="media/iot-central-monitor-thermostat/command-response.png" alt-text="Screenshot that shows a command response." lightbox="media/iot-central-monitor-thermostat/command-response.png":::

0 commit comments

Comments
 (0)