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.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was under the impression that the device groups are based on tags and tag values in the IoTHub. however, from the documentation it looks like they are tied to 'device update' service. For example a device group delete CLI listed 'az iot du device group delete' is with in the 'du' service.
what is the purpose of 'du' if we are not doing deployment but only operations such as direct methods and twin update?
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?
As per me, by adding tags to list of devices they will form a device group. And when the tags are removed from all the devices, the device group is removed/deleted. For any device group operation, the filter would be the tag/value to simulate a device group. Am I missing something ?
Beta Was this translation helpful? Give feedback.
All reactions