ArmDisarmTrait.ArmDisarmFollowUp

interface ArmDisarmTrait.ArmDisarmFollowUp : ClusterStruct


Follow up response to the armDisarm command.

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

ArmDisarmTrait.ArmState?

Indicates the arm state of the device: either Armed or Disarmed.

String?

The error encountered when processing the armDisarm command.

ArmDisarmTrait.StatusEnum?

The result status of the command.

Public functions

getDescriptor

@HomeExperimentalApi
open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

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

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

Public properties

armState

val armStateArmDisarmTrait.ArmState?

Indicates the arm state of the device: either Armed or Disarmed.

errorCode

val errorCodeString?

The error encountered when processing the armDisarm command.

status

val statusArmDisarmTrait.StatusEnum?

The result status of the command.