LaundryWasherControlsTrait.Attributes

interface LaundryWasherControlsTrait.Attributes

Known direct subclasses
LaundryWasherControls

API for the LaundryWasherControls trait.


Attributes for the LaundryWasherControls cluster.

Summary

Public properties

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.

LaundryWasherControlsTrait.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.

LaundryWasherControlsTrait.NumberOfRinsesEnum?

The number of times that a rinse cycle shall be performed on a device for the current mode of operation.

UByte?

The index of the currently selected spin speed.

List<String>?

The list of spin speeds available, as determined by the manufacturer, for the appliance in the currently selected mode.

List<LaundryWasherControlsTrait.NumberOfRinsesEnum>?

The number of rinses allowed for a specific mode.

Public properties

acceptedCommandList

val acceptedCommandListList<UInt>

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

attributeList

val attributeListList<UInt>

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

clusterRevision

val clusterRevisionUShort

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

featureMap

val featureMapLaundryWasherControlsTrait.Feature

Whether the server supports zero or more optional cluster features. A cluster feature is a set of cluster elements that are mandatory or optional for a defined feature of the cluster. If a cluster feature is supported by the cluster instance, then the corresponding bit is set to 1, otherwise the bit is set to 0 (zero).

generatedCommandList

val generatedCommandListList<UInt>

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

numberOfRinses

val numberOfRinsesLaundryWasherControlsTrait.NumberOfRinsesEnum?

The number of times that a rinse cycle shall be performed on a device for the current mode of operation. The client can change this value if desired.

Access type: Write

spinSpeedCurrent

val spinSpeedCurrentUByte?

The index of the currently selected spin speed. This attribute is an integer between 0 and the number of entries in spinSpeeds minus 1.

Access type: Write

spinSpeeds

val spinSpeedsList<String>?

The list of spin speeds available, as determined by the manufacturer, for the appliance in the currently selected mode.

Access type: Read

supportedRinses

val supportedRinsesList<LaundryWasherControlsTrait.NumberOfRinsesEnum>?

The number of rinses allowed for a specific mode. The value of this attribute may change at runtime based on the currently selected mode.

Access type: Read