MatterSpecification.v13.Core § 11.10.6.3

interface ArmFailSafeResponse {
    debugText: string;
    errorCode: GeneralCommissioning.CommissioningError;
}

Hierarchy (view full)

Properties

Properties

debugText: string = ...

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

MatterSpecification.v13.Core § 11.10.6.3.2

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