Device group operations without 'du' service #1770
-
|
Hi, does this mean that the SDK service will not have a API for device group? Can someone explain how a device group can be created, deleted without device update service? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
This may be a better question in this repo since that is where the Device Update SDK lives and people like @dpokluda (who manages that SDK) can provide more context for you. As for this SDK, we don't plan on adding any APIs for Device Update operations since those are not part of the Azure IoT Hub API surface. As far as I'm aware, you will need to use the Azure Device Update SDK to do operations like the ones you are describing. |
Beta Was this translation helpful? Give feedback.
I don't have enough context on the device update APIs to help you on that. Someone on the other thread you opened should be able to help here, though.
No, this SDK is still the recommended way to interact with an IoT hub (other than doing device update operations). The Device Update SDK and service are both complements to solutions that use IoT hub. They don't replace any feature of IoT hub.