Skip to content

Commit 8640ca8

Browse files
Merge pull request #209651 from dominicbetts/central-perf-august
IoT Central: improve linking
2 parents c6907be + d4f555f commit 8640ca8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/iot-central/core/concepts-device-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: device-developer
1515

1616
A device template in Azure IoT Central is a blueprint that defines the characteristics and behaviors of a type of device that connects to your application. For example, the device template defines the telemetry that a device sends so that IoT Central can create visualizations that use the correct units and data types.
1717

18-
A solution builder adds device templates to an IoT Central application. A device developer writes the device code that implements the behaviors defined in the device template.
18+
A solution builder adds device templates to an IoT Central application. A device developer writes the device code that implements the behaviors defined in the device template. To learn more about the data that a device exchanges with IoT Central, see [Telemetry, property, and command payloads](concepts-telemetry-properties-commands.md).
1919

2020
A device template includes the following sections:
2121

articles/iot-central/core/howto-use-properties.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ Properties represent point-in-time values. For example, a device can use a prope
1919

2020
You can also define cloud properties in an Azure IoT Central application. Cloud property values are never exchanged with a device and are out of scope for this article.
2121

22-
To learn how to manage properties by using the IoT Central REST API, see [How to use the IoT Central REST API to control devices.](../core/howto-control-devices-with-rest-api.md)
22+
To learn how to manage properties by using the IoT Central REST API, see [How to use the IoT Central REST API to control devices.](../core/howto-control-devices-with-rest-api.md).
23+
24+
To learn more about the property data that a device exchanges with IoT Central, see [Telemetry, property, and command payloads](concepts-telemetry-properties-commands.md).
2325

2426
## Define your properties
2527

0 commit comments

Comments
 (0)