DishwasherAlarm

interface DishwasherAlarm : DishwasherAlarmTrait.Attributes, MatterTrait, DishwasherAlarmCommands


API for the DishwasherAlarm trait. This trait provides an interface for dishwasher alarms.

Summary

Nested types

Descriptor enum for this trait's attributes.

Descriptor enum for this trait's commands.

Public properties

open TraitFactory<DishwasherAlarm>

Inherited functions

From com.google.home.matter.standard.DishwasherAlarmCommands
suspend Unit

The details of a request to modify an enabled alarm.

suspend Unit

The details of a request to reset active and, if possible, latched alarms.

From com.google.home.TraitStateInvalidation
suspend Unit

Inherited properties

From com.google.home.matter.standard.DishwasherAlarmTrait.Attributes
List<UInt>

A list of client-generated commands which are supported by this cluster server instance.

List<UInt>

A list of the attribute IDs of the attributes supported by the cluster instance.

UShort

The revision of the server cluster specification supported by the cluster instance.

DishwasherAlarmTrait.Feature

Whether the server supports zero or more optional cluster features.

List<UInt>

A list of server-generated commands (server to client) which are supported by this cluster server instance.

DishwasherAlarmTrait.AlarmBitmap?

Indicates which alarms remain active until explicitly reset.

DishwasherAlarmTrait.AlarmBitmap?

A bitmap indicating an enabled alarm.

DishwasherAlarmTrait.AlarmBitmap?

The alarm's current status.

DishwasherAlarmTrait.AlarmBitmap?

The available alarms.

From com.google.home.Trait

Public functions

supports

fun supports(attribute: DishwasherAlarm.Attribute): Boolean

supports

fun supports(command: DishwasherAlarm.Command): Boolean

Public properties

factory

open val factoryTraitFactory<DishwasherAlarm>