HasRooms

interface HasRooms

Known direct subclasses
HomeManager

The Home Manager interface allows accessing devices and structures visible to the caller based on the context provided during initialization.

Structure

The top-level organizing construct for the Home.


Query Rooms the caller has permissions to access.

Summary

Public functions

HomeObjectsFlow<Room>

Gets an observable flow of Rooms visible to the logged-in user.

Public functions

rooms

fun rooms(): HomeObjectsFlow<Room>

Gets an observable flow of Rooms visible to the logged-in user.

Returns
HomeObjectsFlow<Room>

a flow of Rooms.