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/howto-use-properties.md
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,11 +83,11 @@ Optional fields, such as display name and description, let you add more details
83
83
84
84
When you create a property, you can specify complex schema types such as **Object** and **Enum**.
85
85
86
-

86
+
:::image type="content" source="media/howto-use-properties/property.png" alt-text="Screenshot that shows how to add a capability.":::
87
87
88
88
When you select the complex **Schema**, such as **Object**, you need to define the object, too.
89
89
90
-
:::image type="content" source="media/howto-use-properties/object.png" alt-text="Screenshot that shows how to define an object":::
90
+
:::image type="content" source="media/howto-use-properties/object.png" alt-text="Screenshot that shows how to define an object.":::
91
91
92
92
The following code shows the definition of an Object property type. This object has two fields with types string and integer.
93
93
@@ -161,7 +161,7 @@ This article uses Node.js for simplicity. For other language examples, see the [
161
161
162
162
The following view in Azure IoT Central application shows the properties you can see. The view automatically makes the **Device model** property a _read-only device property_.
163
163
164
-
:::image type="content" source="media/howto-use-properties/read-only.png" alt-text="Screenshot that shows the view of a read-only property":::
164
+
:::image type="content" source="media/howto-use-properties/read-only.png" alt-text="Screenshot that shows the view of a read-only property.":::
165
165
166
166
## Implement writable properties
167
167
@@ -220,13 +220,25 @@ When the operator sets a writable property in the Azure IoT Central application,
220
220
221
221
The following view shows the writable properties. When you enter the value and select **Save**, the initial status is **Pending**. When the device accepts the change, the status changes to **Accepted**.
222
222
223
-

223
+
:::image type="content" source="media/howto-use-properties/status-pending.png" alt-text="Screenshot that shows Pending status for a property update.":::
224
224
225
-

225
+
:::image type="content" source="media/howto-use-properties/accepted.png" alt-text="Screenshot that shows Accepted property for a completed update.":::
226
+
227
+
## Use properties on unassigned devices
228
+
229
+
You can view and update writable properties on a device that isn't assigned to a device template.
230
+
231
+
To view existing properties on an unassigned device, navigate to the device in the **Devices** section, select **Manage device**, and then **Device Properties**:
232
+
233
+
:::image type="content" source="media/howto-use-properties/view-unassigned-device-properties.png" alt-text="Screenshot that shows properties on an unassigned device.":::
234
+
235
+
You can update the writable properties in this view:
236
+
237
+
:::image type="content" source="media/howto-use-properties/update-unassigned-device-properties.png" alt-text="Screenshot that shows how to update properties.":::
226
238
227
239
## Next steps
228
240
229
241
Now that you've learned how to use properties in your Azure IoT Central application, see:
0 commit comments