Skip to content

Commit c0ce1a6

Browse files
Merge pull request #267399 from dominicbetts/central-issue-120103
IoT Central: Add links to MQTT article.
2 parents dac99d5 + ca832eb commit c0ce1a6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to use device commands in an Azure IoT Central solution
33
description: How to use device commands in Azure IoT Central solution. Learn how to define and call device commands from IoT Central, and respond in a device.
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 06/06/2023
6+
ms.date: 02/27/2024
77
ms.topic: how-to
88
ms.service: iot-central
99
services: iot-central
@@ -28,7 +28,9 @@ To learn about the IoT Pug and Play command conventions, see [IoT Plug and Play
2828

2929
To learn more about the command data that a device exchanges with IoT Central, see [Telemetry, property, and command payloads](../../iot/concepts-message-payloads.md).
3030

31-
To learn how to manage commands 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)
31+
To learn how to manage commands 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).
32+
33+
To learn how to implement commands in a device without using the device SDKs, see [Communicate with an IoT hub using the MQTT protocol](../../iot/iot-mqtt-connect-to-iot-hub.md).
3234

3335
## Define your commands
3436

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use properties in an Azure IoT Central solution
33
description: Learn how to use read-only and writable properties in an Azure IoT Central solution. Define properties in IoT Central and use properties programmatically.
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 06/06/2023
6+
ms.date: 02/27/2024
77
ms.topic: how-to
88
ms.service: iot-central
99
services: iot-central
@@ -25,6 +25,8 @@ To learn more about the property data that a device exchanges with IoT Central,
2525

2626
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).
2727

28+
To learn how to implement properties in a device without using the device SDKs, see [Communicate with an IoT hub using the MQTT protocol](../../iot/iot-mqtt-connect-to-iot-hub.md).
29+
2830
## Define your properties
2931

3032
Properties are data fields that represent the state of your device. Use properties to represent the durable state of the device, such as the on/off state of a device. Properties can also represent basic device properties, such as the software version of the device. You declare properties as read-only or writable.

0 commit comments

Comments
 (0)