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/howto-use-iot-explorer.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,10 @@ title: Install and use Azure IoT explorer | Microsoft Docs
3
3
description: Install the Azure IoT explorer tool and use it to interact with IoT Plug and Play devices connected to IoT hub. Although this article focuses on working with IoT Plug and Play devices, you can use the tool with any device connected to your hub.
4
4
author: dominicbetts
5
5
ms.author: dobett
6
-
ms.date: 08/23/2022
6
+
ms.date: 06/14/2022
7
7
ms.topic: how-to
8
8
ms.service: iot-develop
9
9
services: iot-develop
10
-
ms.custom: contperf-fy21q2
11
10
12
11
#Customer intent: As a solution builder, I want to use a GUI tool to interact with IoT Plug and Play devices connected to an IoT hub to test and verify their behavior.
13
12
---
@@ -33,7 +32,7 @@ To use the Azure IoT explorer tool, you need:
33
32
Go to [Azure IoT explorer releases](https://github.com/Azure/azure-iot-explorer/releases) and expand the list of assets for the most recent release. Download and install the most recent version of the application.
34
33
35
34
>[!Important]
36
-
> Update to version 0.13.x to resolve models from any repository based on [https://github.com/Azure/iot-plugandplay-models](https://github.com/Azure/iot-plugandplay-models)
35
+
> Update to version 0.13.x or greater to resolve models from any repository based on [https://github.com/Azure/iot-plugandplay-models](https://github.com/Azure/iot-plugandplay-models)
37
36
38
37
## Use Azure IoT explorer
39
38
@@ -106,7 +105,7 @@ You can view the read-only properties defined in an interface on the **Propertie
106
105
1. Preview the payload to be sent to the device.
107
106
1. Submit the change.
108
107
109
-
After you submit a change, you can track the update status: **synching**, **success**, or **error**. When the synching is complete, you see the new value of your property in the **Reported Property** column. If you navigate to other pages before the synching completes, the tool still notifies you when the update is complete. You can also use the tool's notification center to see the notification history.
108
+
After you submit a change, you can track the update status: **synching**, **success**, or **error**. When the synching is complete, you see the new value of your property in the **Reported Value** column. If you navigate to other pages before the synching completes, the tool still notifies you when the update is complete. You can also use the tool's notification center to see the notification history.
110
109
111
110
#### Commands
112
111
@@ -119,7 +118,7 @@ To send a command to a device, go to the **Commands** tab:
119
118
120
119
#### Telemetry
121
120
122
-
To view the telemetry for the selected interface, go to its **Telemetry** tab.
121
+
To view the telemetry for the selected interface, go to its **Telemetry** tab. Select **Start** to begin receiving telemetry.
0 commit comments