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

From com.google.home.HasHomeDevices
HomeObjectsFlow<HomeDevice>

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

From com.google.home.HasRooms
HomeObjectsFlow<Room>

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

From com.google.home.HasStructures
HomeObjectsFlow<Structure>

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