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
To invoke a graph method on your device you need to first define the request using the lva sdk. Then send that method request using the iot sdk's `CloudToDeviceMethod`
89
-
```
89
+
```python
90
90
from azure.media.analyticsedge import*
91
91
from azure.iot.hub import IoTHubRegistryManager
92
92
from azure.iot.hub.models import CloudToDeviceMethod
0 commit comments