ClosureControlTrait.EngageStateChanged

interface ClosureControlTrait.EngageStateChanged : ClusterStruct


Generated when the MainStateEnum attribute changes state to and from Disengaged, indicating if the actuator is engaged or disengaged.

Summary

Public functions

open StructDescriptor

Returns the descriptor for the struct.

open Any?

Returns the value of the field for the given tag ID.

Public properties

Boolean?

Whether the actuator is in an engaged state, making actuator movements possible, or in a disengaged state, rendering the actuator immobile.

Public functions

getDescriptor

@HomeExperimentalGenericApi
open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

@HomeExperimentalGenericApi
open fun getFieldValueById(tagId: UInt): Any?

Returns the value of the field for the given tag ID.

Public properties

engageValue

val engageValueBoolean?

Whether the actuator is in an engaged state, making actuator movements possible, or in a disengaged state, rendering the actuator immobile.