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
:::image type="content" source="media/how-to-connect-devices-x509/verified.png" alt-text="Screenshot that shows a verified X509 certificate." lightbox="media/how-to-connect-devices-x509/verified.png":::
115
115
116
116
You can now connect devices that have an X.509 certificate derived from this primary root certificate.
117
117
@@ -206,7 +206,7 @@ To run the sample:
206
206
207
207
Verify that telemetry appears on the device view in your IoT Central application:
208
208
209
-

209
+
:::image type="content" source="media/how-to-connect-devices-x509/telemetry.png" alt-text="Screenshot showing telemetry from a device that connected using X.509." lightbox="media/how-to-connect-devices-x509/telemetry.png":::
210
210
211
211
## Use individual enrollment
212
212
@@ -257,7 +257,7 @@ These commands produce the following device certificates:
257
257
258
258
1. The device now has an individual enrollment with X.509 certificates.
:::image type="content" source="media/how-to-connect-devices-x509/individual-enrollment.png" alt-text="Screenshot that shows how to connect a device using an X.509 individual enrollment." lightbox="media/how-to-connect-devices-x509/individual-enrollment.png":::
@@ -40,11 +40,11 @@ To add a Cascade 500 device template:
40
40
41
41
1. The page gives you an option to **Create a custom template** or **Use a preconfigured device template**.
42
42
43
-
1. Select the C500 device template from the list of preconfigured device templates.
43
+
1. Select the Cascade-500 device template from the list of featured device templates.
44
44
45
-
1. Select **Next: Customize** to continue to the next step.
45
+
1. Select **Next: Review** to continue to the next step.
46
46
47
-
1. On the next screen, select **Create** to onboard the C500 device template into your IoT Central application.
47
+
1. On the next screen, select **Create** to onboard the Cascade-500 device template into your IoT Central application.
48
48
49
49
## Retrieve application connection details
50
50
@@ -54,11 +54,11 @@ To connect the Cascade 500 device to your IoT Central application, you need to r
54
54
55
55
1. Make a note of the **ID Scope** for your IoT Central application:
56
56
57
-

57
+
:::image type="content" source="media/howto-connect-rigado-cascade-500/app-scope-id.png" alt-text="Screenshot that shows the ID scope for your application." lightbox="media/howto-connect-rigado-cascade-500/app-scope-id.png":::
58
58
59
59
1. Now select **SAS-IoT-Edge-Devices** and make a note of the **Primary key**:
:::image type="content" source="media/howto-connect-rigado-cascade-500/primary-key-sas.png" alt-text="Screenshot that shows the primary SAS key for you device connection group." lightbox="media/howto-connect-rigado-cascade-500/primary-key-sas.png":::
62
62
63
63
## Contact Rigado to connect the gateway
64
64
@@ -68,9 +68,9 @@ When the device connects to the internet, Rigado can push down a configuration u
68
68
69
69
This update applies the IoT Central connection details on the Cascade 500 device and it then appears in your devices list:
:::image type="content" source="media/howto-connect-rigado-cascade-500/devices-list-c500.png" alt-text="Screenshot that shows a Cascade-500 device connection to your application." lightbox="media/howto-connect-rigado-cascade-500/devices-list-c500.png":::
72
72
73
-
You're now ready to use your C500 device in your IoT Central application.
73
+
You're now ready to use your Cascade-500 device in your IoT Central application.
:::image type="content" source="media/howto-connect-ruuvi/ruuvi-device-list.png" alt-text="Screenshot that shows the device list with a RuuviTag." lightbox="media/howto-connect-ruuvi/ruuvi-device-list.png":::
60
60
61
61
You can now use this RuuviTag device within your IoT Central application.
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-edit-device-template.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
@@ -3,7 +3,7 @@ title: Edit a device template in your Azure IoT Central application | Microsoft
3
3
description: Iterate over your device templates without impacting your live connected devices
4
4
author: dominicbetts
5
5
ms.author: dobett
6
-
ms.date: 06/22/2022
6
+
ms.date: 10/31/2022
7
7
ms.topic: how-to
8
8
ms.service: iot-central
9
9
services: iot-central
@@ -74,7 +74,7 @@ The following snippet shows the device model for a thermostat device. The device
74
74
75
75
To view this information in the IoT Central UI, select **View identity** in the device template editor:
76
76
77
-
:::image type="content" source="media/howto-edit-device-template/view-identity.png" alt-text="View the identity of an interface to see the version number":::
77
+
:::image type="content" source="media/howto-edit-device-template/view-identity.png" alt-text="View the identity of an interface to see the version number" lightbox="media/howto-edit-device-template/view-identity.png":::
78
78
79
79
## Version a device template
80
80
@@ -107,7 +107,7 @@ You can create multiple versions of the device template. Over time, you'll have
107
107
1. Select the device you need to migrate to another version.
108
108
1. Choose **Migrate**:
109
109
110
-
:::image type="content" source="media/howto-edit-device-template/migrate-device.png" alt-text="Choose the option to start migrating a device":::
110
+
:::image type="content" source="media/howto-edit-device-template/migrate-device.png" alt-text="Choose the option to start migrating a device" lightbox="media/howto-edit-device-template/migrate-device.png":::
111
111
112
112
1. Select the device template with the version you want to migrate the device to and select **Migrate**.
Copy file name to clipboardExpand all lines: articles/iot-central/core/howto-use-commands.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: How to use device commands in an Azure IoT Central solution
3
3
description: How to use device commands in Azure IoT Central solution. This tutorial shows you how to use device commands in client app to your Azure IoT Central application.
4
4
author: dominicbetts
5
5
ms.author: dobett
6
-
ms.date: 06/22/2022
6
+
ms.date: 10/31/2022
7
7
ms.topic: how-to
8
8
ms.service: iot-central
9
9
services: iot-central
@@ -32,7 +32,7 @@ Standard commands are sent to a device to instruct the device to do something. A
32
32
33
33
Commands are defined as part of a device template. The following screenshot shows the **Get Max-Min report** command definition in the **Thermostat** device template. This command has both request and response parameters:
34
34
35
-
:::image type="content" source="media/howto-use-commands/command-definition.png" alt-text="Screenshot showing Get Max Min Report command in Thermostat device template":::
35
+
:::image type="content" source="media/howto-use-commands/command-definition.png" alt-text="Screenshot showing Get Max Min Report command in Thermostat device template" lightbox="media/howto-use-commands/command-definition.png":::
36
36
37
37
The following table shows the configuration settings for a command capability:
38
38
@@ -155,7 +155,7 @@ The call to `onDeviceMethod` sets up the `commandHandler` method. This command h
155
155
156
156
The following screenshot shows how the successful command response displays in the IoT Central UI:
157
157
158
-
:::image type="content" source="media/howto-use-commands/simple-command-ui.png" alt-text="Screenshot showing how to view command payload for a standard command":::
158
+
:::image type="content" source="media/howto-use-commands/simple-command-ui.png" alt-text="Screenshot showing how to view command payload for a standard command" lightbox="media/howto-use-commands/simple-command-ui.png":::
159
159
160
160
## Long-running commands
161
161
@@ -208,7 +208,7 @@ The call to `onDeviceMethod` sets up the `commandHandler` method. This command h
208
208
209
209
The following screenshot shows the IoT Central UI when it receives the property update that indicates the command is complete:
210
210
211
-
:::image type="content" source="media/howto-use-commands/long-running-finish.png" alt-text="Screenshot that shows long-running command finished":::
211
+
:::image type="content" source="media/howto-use-commands/long-running-finish.png" alt-text="Screenshot that shows long-running command finished" lightbox="media/howto-use-commands/long-running-finish.png":::
212
212
213
213
## Offline commands
214
214
@@ -219,7 +219,7 @@ This section shows you how a device handles an offline command. If a device is o
219
219
220
220
The following screenshot shows an offline command called **GenerateDiagnostics**. The request parameter is an object with datetime property called **StartTime** and an integer enumeration property called **Bank**:
221
221
222
-
:::image type="content" source="media/howto-use-commands/offline-command.png" alt-text="Screenshot that shows the UI for an offline command":::
222
+
:::image type="content" source="media/howto-use-commands/offline-command.png" alt-text="Screenshot that shows the UI for an offline command" lightbox="media/howto-use-commands/offline-command.png":::
223
223
224
224
The following code snippet shows how a client can listen for offline commands and display the message contents:
You can call commands on a device that isn't assigned to a device template. To call a command on an unassigned device navigate to the device in the **Devices** section, select **Manage device** and then **Command**. Enter the method name, payload, and any other required values. The following screenshot shows the UI you use to call a command:
253
253
254
-
:::image type="content" source="media/howto-use-commands/unassigned-commands.png" alt-text="Screenshot that shows an example of calling a command on an unassigned device.":::
254
+
:::image type="content" source="media/howto-use-commands/unassigned-commands.png" alt-text="Screenshot that shows an example of calling a command on an unassigned device." lightbox="media/howto-use-commands/unassigned-commands.png":::
0 commit comments