I’ve followed the instructions in the Hue Integrations documentation to create Hue groups by inputting
curl -XPOST -d '{"name": "Ceiling lights", "lights": ["1", "2", "3"]}' http://<bridge>/api/<username>/groups
However, are these created groups ‘held’ in a file anywhere? I can’t remember which ones I’ve already created and if I want to add/remove lights to a group but I don’t know how to recall or find a group created in the above way. They aren’t in groups.yaml
, I’m guessing because they’re light groups but can I refer to them anywhere?