Homekit

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

State of the homekit resource.

Constructors

Link copied to clipboard
constructor(id: ResourceId, type: ResourceType = ResourceType.Homekit, status: HomekitStatus)

Properties

Link copied to clipboard

Unique identifier representing a specific homekit resource instance.

Link copied to clipboard

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

Link copied to clipboard

Type of the supported resources.