Rooms (groups) in a smart app

Is there any way to programmatically in a SmartApp get a list of rooms (groups) that a user has created and see what devices are in that room?

Thanks!
–Keith

there is an input of type: “room” that I’ve seen in internal dev code, it doesn’t appear implemented, and it’s also not clear exactly what attributes it contains (devices, just rooms, or rooms each containing a list of devices…)

1 Like

Thanks Mike!