Package-level declarations

Types

Link copied to clipboard
@Serializable
data class Homekit(val id: ResourceId, val type: ResourceType = ResourceType.Homekit, val status: HomekitStatus)

State of the homekit resource.

Link copied to clipboard
@Serializable
value class HomekitAction(val key: String)

Action that can be performed on a homekit resource.

Link copied to clipboard
@Serializable
value class HomekitStatus(val key: String)

Status indicating whether homekit is paired, currently open for pairing, or unpaired.