HomeManager

interface HomeManager : HasHomeDevices, HasStructures, HasRooms


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

Summary

Inherited functions

HomeObjectsFlow<HomeDevice>

Gets an observable flow of HomeDevices visible to the logged-in user, dependent on the context of the implementation (HomeManager, Structure, Room).

HomeObjectsFlow<Room>

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

HomeObjectsFlow<Structure>

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