MatterCluster

Describe a Matter cluster with an id, and the relevant attributes, commands, and events.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attributes: <Error class: unknown class>?

The Matter attributes.

Link copied to clipboard
val commands: Map<String, <Error class: unknown class>?>?

Describe the Matter commands with the Matter command identifier mapped to the command fields.

Link copied to clipboard
val events: Map<String, <Error class: unknown class>?>?

Describe the Matter events with the Matter event identifier mapped to the event fields.

Link copied to clipboard
val id: String?

The cluster id.

Functions

Link copied to clipboard
inline fun copy(block: MatterCluster.Builder.() -> Unit = {}): MatterCluster
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String