You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-central/core/tutorial-define-gateway-device-type.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ In this tutorial, you create a **Smart Building** gateway device template. A **S
22
22
As well as enabling downstream devices to communicate with your IoT Central application, a gateway device can also:
23
23
24
24
* 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.
26
26
* Respond to commands, such as rebooting the device.
27
27
28
28
In this tutorial, you learn how to:
@@ -162,7 +162,7 @@ To create a simulated gateway device:
162
162
163
163
1. Keep the generated **Device ID** and **Device name**. Make sure that the **Simulated** switch is **Yes**. Select **Create**.
164
164
165
-
To create a simulated downstream devices:
165
+
To create a simulated downstream device:
166
166
167
167
1. On the **Devices** page, select **RS40 Occupancy Sensor** in the list of device templates.
168
168
@@ -206,7 +206,7 @@ Both your simulated downstream devices are now connected to your simulated gatew
206
206
207
207
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.
208
208
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:
Copy file name to clipboardExpand all lines: includes/iot-central-monitor-thermostat.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ As an operator in your Azure IoT Central application, you can:
18
18
19
19
* View the device properties on the **About** page. This page shows the properties from the device information component and the two thermostat components:
20
20
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":::
22
22
23
23
## Customize the device template
24
24
@@ -80,4 +80,4 @@ An operator can now use the **Properties** view to update the property values, a
80
80
81
81
:::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":::
82
82
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