Skip to content

Commit c8ee07f

Browse files
authored
Merge pull request #90656 from dominicbetts/pnp-device-explorer
Update IoT Explorer article
2 parents b42150d + 8c3d5cb commit c8ee07f

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

articles/iot-pnp/howto-install-iot-explorer.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,23 +74,29 @@ On the **Devices** list page you can:
7474
7575
## Interact with a device
7676
77-
On the **Devices** list page, select a value in the **Device ID** column to view the detail page for the registered device. For device there are two sections: **Device** and **Digital Twin**.
77+
On the **Devices** list page, select a value in the **Device ID** column to view the detail page for the registered device. For each device there are two sections: **Device** and **Digital Twin**.
7878
7979
### Device
8080
81-
This section includes the **Device Identity**, **Device Twin**, and **Telemetry** tabs.
81+
This section includes the **Device Identity**, **Device Twin**, **Telemetry**, **Direct method** and **Cloud-to-device message** tabs.
8282
8383
- You can view and update the [device identity](../iot-hub/iot-hub-devguide-identity-registry.md) information on the **Device identity** tab.
8484
- You can access the [device twin](../iot-hub/iot-hub-devguide-device-twins.md) information on the **Device Twin** tab.
8585
- If a device is connected and actively sending data, you can view the [telemetry](../iot-hub/iot-hub-devguide-messages-read-builtin.md) on the **Telemetry** tab.
86+
- You can call a [direct method](../iot-hub/iot-hub-devguide-direct-methods.md) on the device on the **Direct method** tab.
87+
- You can send a [cloud-to-device message](../iot-hub/iot-hub-devguide-messages-c2d.md) on the **Cloud-to-device messages** tab.
8688
8789
### Digital twin
8890
89-
You can use the tool to a view digital twin instance of the device. For an IoT Plug and Play device, all the interfaces associated with the device capability model are displayed in this article. Select an interface to expand its corresponding [IoT Plug and Play primitives](https://github.com/Azure/IoTPlugandPlay/tree/master/DTDL).
91+
You can use the tool to a view digital twin instance of the device. For an IoT Plug and Play device, all the interfaces associated with the device capability model are displayed in this section of the tool. Select an interface to expand its corresponding [IoT Plug and Play primitives](https://github.com/Azure/IoTPlugandPlay/tree/master/DTDL).
92+
93+
### Interface
94+
95+
On the **Interface** page, you can view the JSON definition of the interface.
9096
9197
#### Properties
9298
93-
You can view the read-only properties defined in an interface on the **Properties** page. You can update the writeable properties defined in an interface on the **Writeable properties** page.
99+
You can view the read-only properties defined in an interface on the **Non-writeable properties** page. You can update the writeable properties defined in an interface on the **Writeable properties** page:
94100
95101
1. Go to the **Writable properties** page.
96102
1. Click the property you'd like to update.

0 commit comments

Comments
 (0)