Skip to content

Commit 5f42098

Browse files
authored
Merge pull request #157975 from timlt/tim-build
Push changes to telemetry output view for Central
2 parents 828f857 + da4c07c commit 5f42098

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed
57 KB
Loading
71 KB
Loading

articles/iot-develop/quickstart-send-telemetry-central.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,13 @@ In this quickstart, you learn a basic Azure IoT application development workflow
4545
## View telemetry
4646
After the simulated device connects to IoT Central, it begins sending telemetry. You can view the telemetry and other details about connected devices in IoT Central.
4747

48-
In IoT Central, select **Devices**, click your device name, then select the **Raw data** tab. This view displays the raw telemetry from the simulated device.
48+
In IoT Central, select **Devices**, click your device name, then select the **Overview** tab. This view displays a graph of the temperatures from the two thermostat devices.
4949

50-
:::image type="content" source="media/quickstart-send-telemetry-central/iot-central-telemetry-output.png" alt-text="IoT Central device telemetry raw output":::
50+
:::image type="content" source="media/quickstart-send-telemetry-central/iot-central-telemetry-output-overview.png" alt-text="IoT Central device telemetry overview":::
51+
52+
Select the **Raw data** tab. This view displays the telemetry each time a thermostat reading is sent.
53+
54+
:::image type="content" source="media/quickstart-send-telemetry-central/iot-central-telemetry-output-raw.png" alt-text="IoT Central device telemetry raw output":::
5155

5256
Your device is now securely connected and sending telemetry to Azure IoT.
5357

includes/iot-develop-send-telemetry-central-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
author: timlt
55
ms.service: iot-develop
66
ms.topic: include
7-
ms.date: 04/28/2021
7+
ms.date: 05/06/2021
88
ms.author: timlt
99
ms.custom: include file
1010
---

0 commit comments

Comments
 (0)