Input picklist to solicit one or more rooms?

Crossposting the solution provided by @Bloodtick_Jones in Are APIs available to Custom App Developers for leveraging Rooms and the Devices therein? - #10 by WesMC.

The app-object doc fails to mention the available functionality.

app.getRooms()

This command provides a map keyed by Room ID and values name (room name) and deviceIds (the devices in the room).

2 Likes