PinCredentialComponent: {
    attributes: {
        maxPinCodeLength: FixedAttribute<number, any>;
        minPinCodeLength: FixedAttribute<number, any>;
        numberOfPinUsersSupported: FixedAttribute<number, any>;
    };
}

A DoorLockCluster supports these elements if it supports feature PinCredential.

Type declaration

  • Readonlyattributes: {
        maxPinCodeLength: FixedAttribute<number, any>;
        minPinCodeLength: FixedAttribute<number, any>;
        numberOfPinUsersSupported: FixedAttribute<number, any>;
    }
    • ReadonlymaxPinCodeLength: FixedAttribute<number, any>

      Indicates the maximum length in bytes of a PIN Code on this device.

      MatterSpecification.v13.Cluster § 5.2.9.16

    • ReadonlyminPinCodeLength: FixedAttribute<number, any>

      Indicates the minimum length in bytes of a PIN Code on this device.

      MatterSpecification.v13.Cluster § 5.2.9.17

    • ReadonlynumberOfPinUsersSupported: FixedAttribute<number, any>

      Indicates the number of PIN users supported.

      MatterSpecification.v13.Cluster § 5.2.9.11