Skip to content

Commit 6fb2b9e

Browse files
Merge pull request #241552 from timlt/iot-explorer
Review iot explorer article
2 parents b222869 + d9e66c1 commit 6fb2b9e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/iot/howto-use-iot-explorer.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ title: Install and use Azure IoT explorer | Microsoft Docs
33
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.
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 08/23/2022
6+
ms.date: 06/14/2022
77
ms.topic: how-to
88
ms.service: iot-develop
99
services: iot-develop
10-
ms.custom: contperf-fy21q2
1110

1211
#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.
1312
---
@@ -33,7 +32,7 @@ To use the Azure IoT explorer tool, you need:
3332
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.
3433

3534
>[!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)
3736
3837
## Use Azure IoT explorer
3938

@@ -106,7 +105,7 @@ You can view the read-only properties defined in an interface on the **Propertie
106105
1. Preview the payload to be sent to the device.
107106
1. Submit the change.
108107

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.
110109

111110
#### Commands
112111

@@ -119,7 +118,7 @@ To send a command to a device, go to the **Commands** tab:
119118

120119
#### Telemetry
121120

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.
123122

124123
#### Known Issues
125124

0 commit comments

Comments
 (0)