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-pnp/howto-install-iot-explorer.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,23 +74,29 @@ On the **Devices** list page you can:
74
74
75
75
## Interact with a device
76
76
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**.
78
78
79
79
### Device
80
80
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.
82
82
83
83
- You can view and update the [device identity](../iot-hub/iot-hub-devguide-identity-registry.md) information on the **Device identity** tab.
84
84
- You can access the [device twin](../iot-hub/iot-hub-devguide-device-twins.md) information on the **Device Twin** tab.
85
85
- 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.
86
88
87
89
### Digital twin
88
90
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.
90
96
91
97
#### Properties
92
98
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:
0 commit comments