CredentialOverTheAirAccessAndPinCredentialComponent: {
    attributes: {
        requirePinForRemoteOperation: WritableAttribute<boolean, any>;
    };
}

A DoorLockCluster supports these elements if it supports features CredentialOverTheAirAccess and PinCredential.

Type declaration

  • Readonlyattributes: {
        requirePinForRemoteOperation: WritableAttribute<boolean, any>;
    }
    • ReadonlyrequirePinForRemoteOperation: WritableAttribute<boolean, any>

      Indicates if the door lock requires an optional PIN. If this attribute is set to True, the door lock server requires that an optional PINs be included in the payload of remote lock operation events like Lock, Unlock, Unlock with Timeout and Toggle in order to function.

      MatterSpecification.v13.Cluster § 5.2.9.38