SpeedMeasurementTrait.Attributes

interface SpeedMeasurementTrait.Attributes

Known direct subclasses
SpeedMeasurement

API for the SpeedMeasurement trait.


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

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.

UInt?

The maximum value of the current speed that can be measured.

Int?

The current speed value.

SpeedMeasurementTrait.MeasurementUnit?

The measurement unit used to measure the current speed value.

UInt?

The minimum value of the current speed that can be measured.

UInt?

The magnitude of the possible error that is associated with the measured value, using the same units and resolution.

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

maxMeasuredValue

val maxMeasuredValueUInt?

The maximum value of the current speed that can be measured.

Access type: Read

measuredValue

val measuredValueInt?

The current speed value.

Access type: Read

measurementUnit

val measurementUnitSpeedMeasurementTrait.MeasurementUnit?

The measurement unit used to measure the current speed value.

Access type: Read

minMeasuredValue

val minMeasuredValueUInt?

The minimum value of the current speed that can be measured.

Access type: Read

tolerance

val toleranceUInt?

The magnitude of the possible error that is associated with the measured value, using the same units and resolution. The true value is in the range of (measuredValue - tolerance) to (measuredValue + tolerance), but never outside of the possible physical range.

Access type: Read