TimerTrait.Attributes

@Generated(value = ["GoogleHomePlatformCodegen"])
interface TimerTrait.Attributes

Known direct subclasses
Timer

API for the Timer trait.


Attributes for the Timer 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.

Boolean?

Indicates whether the device supports one-way (true) or two-way (false) communication.

UInt

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.

Int?

The largest timer setting, in seconds, that is available on the device.

Boolean?

Indicates that an active timer exists but is currently paused.

Int?

The remaining number of seconds on the timer.

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.

commandOnlyTimer

val commandOnlyTimerBoolean?

Indicates whether the device supports one-way (true) or two-way (false) communication.

Access type: Read

featureMap

val featureMapUInt

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.

maxTimerLimitSeconds

val maxTimerLimitSecondsInt?

The largest timer setting, in seconds, that is available on the device.

Access type: Read

timerPaused

val timerPausedBoolean?

Indicates that an active timer exists but is currently paused.

Access type: Read

timerRemainingSeconds

val timerRemainingSecondsInt?

The remaining number of seconds on the timer.

Access type: Read