TlvArmFailSafeResponse: ObjectSchema<{
    debugText: FieldType<string>;
    errorCode: FieldType<GeneralCommissioning.CommissioningError>;
}> = ...

Type declaration

  • debugText: FieldType<string>

    See Section 11.10.6.1, “Common fields in General Commissioning cluster responses”.

    MatterSpecification.v13.Core § 11.10.6.3.2

  • errorCode: FieldType<GeneralCommissioning.CommissioningError>

    This field shall contain the result of the operation, based on the behavior specified in the functional description of the ArmFailSafe command.

    MatterSpecification.v13.Core § 11.10.6.3.1

MatterSpecification.v13.Core § 11.10.6.3