Skip to content

Commit 983d28f

Browse files
authored
Merge pull request #199458 from dominicbetts/central-unassigned-properties
IoT Central - properties on unassigned devices
2 parents 3e0ee3f + 033de4d commit 983d28f

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

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

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ Optional fields, such as display name and description, let you add more details
8383

8484
When you create a property, you can specify complex schema types such as **Object** and **Enum**.
8585

86-
![Screenshot that shows how to add a capability.](./media/howto-use-properties/property.png)
86+
:::image type="content" source="media/howto-use-properties/property.png" alt-text="Screenshot that shows how to add a capability.":::
8787

8888
When you select the complex **Schema**, such as **Object**, you need to define the object, too.
8989

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.":::
9191

9292
The following code shows the definition of an Object property type. This object has two fields with types string and integer.
9393

@@ -161,7 +161,7 @@ This article uses Node.js for simplicity. For other language examples, see the [
161161

162162
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_.
163163

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.":::
165165

166166
## Implement writable properties
167167

@@ -220,13 +220,25 @@ When the operator sets a writable property in the Azure IoT Central application,
220220

221221
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**.
222222

223-
![Screenshot that shows Pending status.](./media/howto-use-properties/status-pending.png)
223+
:::image type="content" source="media/howto-use-properties/status-pending.png" alt-text="Screenshot that shows Pending status for a property update.":::
224224

225-
![Screenshot that shows Accepted property.](./media/howto-use-properties/accepted.png)
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.":::
226238

227239
## Next steps
228240

229241
Now that you've learned how to use properties in your Azure IoT Central application, see:
230242

231243
* [Payloads](concepts-telemetry-properties-commands.md)
232-
* [Create and connect a client application to your Azure IoT Central application](tutorial-connect-device.md)
244+
* [Create and connect a client application to your Azure IoT Central application](tutorial-connect-device.md)
46.6 KB
Loading
61.4 KB
Loading

0 commit comments

Comments
 (0)