HomekitControls

interface HomekitControls

Actions to get homekit resources in the hue system.

Functions

Link copied to clipboard
abstract suspend fun getHomekit(id: ResourceId): Homekit

Get the state of a single homekit resource.

Link copied to clipboard
abstract suspend fun listHomekit(): List<Homekit>

Get a list of homekit resources configured on the hue service.

Link copied to clipboard
abstract suspend fun updateHomekit(id: ResourceId, parameters: HomekitUpdateParameters): ResourceReference

Invoke an action on the specified homekit resource.