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
The **Client**object exposes all the methods you require to interact with device twins from the device. The previous code, after it initializes the **Client**object, retrieves the device twin for your device and updates its reported propertywith the connectivity information.
193
+
The **IoTHubModuleClient**object exposes all the methods you require to interact with device twins from the device. The previous code, after it initializes the **IoTHubModuleClient**object, retrieves the device twin for your device and updates its reported propertywith the connectivity information.
194
194
195
195
6. Add the following code at the end of **ReportConnectivity.py** to implement the **iothub_client_sample_run** function:
196
196
@@ -208,9 +208,9 @@ In this section, you create a Python console app that connects to your hub as yo
208
208
python ReportConnectivity.py
209
209
```
210
210
211
-
You should see confirmation the device twin reported properties were updated. You'll see confirmation that the desired properties twin patch was received after you complete the next step.
211
+
You should see confirmation the device twin reported properties were updated.
0 commit comments