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
i expect to find the group names in the metadata for each group. but i am only getting a null Metadata field for each group. is there something else i need to do to populate this field?
The text was updated successfully, but these errors were encountered:
That is not how the new Hue API works unfortunately. Each group has an owner, this is a resource id.
You can get the name of the owner, most of the time this is a room. But for group 0 it is the bridge.
hi,
i am using HueApi 1.4.0, as it is the last version with .NET Framework 4.6.1 support.
when i retrieve information about groups like this:
i expect to find the group names in the metadata for each group. but i am only getting a null
Metadata
field for each group. is there something else i need to do to populate this field?The text was updated successfully, but these errors were encountered: