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: includes/iot-develop-send-telemetry-central-csharp.md
+28-26Lines changed: 28 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
author: timlt
5
5
ms.service: iot-develop
6
6
ms.topic: include
7
-
ms.date: 04/28/2021
7
+
ms.date: 10/08/2021
8
8
ms.author: timlt
9
9
ms.custom: include file
10
10
---
@@ -84,11 +84,13 @@ In this section, you configure your local environment, install the Azure IoT C#
84
84
1. Navigate to the sample directory.
85
85
86
86
**Windows**
87
+
87
88
```console
88
89
cd azure-iot-samples-csharp\iot-hub\Samples\device\PnpDeviceSamples\TemperatureController
89
90
```
90
91
91
92
**Linux or Raspberry Pi OS**
93
+
92
94
```console
93
95
cd azure-iot-samples-csharp/iot-hub/Samples/device/PnpDeviceSamples/TemperatureController
94
96
```
@@ -109,31 +111,31 @@ In this section, you configure your local environment, install the Azure IoT C#
109
111
dotnet run
110
112
```
111
113
112
-
After your simulated device connects to your IoT Central application, it connects to the device instance you created in the application and begins to send telemetry. The connection details and telemetry output are shown in your console:
114
+
After your simulated device connects to your IoT Central application, it connects to the device instance you created in the application and begins to send telemetry. The connection details and telemetry output are shown in your console:
0 commit comments