NotificationAndRfidCredentialComponent: {
    attributes: {
        rfidOperationEventMask: OptionalWritableAttribute<TypeFromPartialBitSchema, any>;
        rfidProgrammingEventMask: OptionalWritableAttribute<TypeFromPartialBitSchema, any>;
    };
}

A DoorLockCluster supports these elements if it supports features Notification and RfidCredential.

Type declaration

  • Readonlyattributes: {
        rfidOperationEventMask: OptionalWritableAttribute<TypeFromPartialBitSchema, any>;
        rfidProgrammingEventMask: OptionalWritableAttribute<TypeFromPartialBitSchema, any>;
    }
    • ReadonlyrfidOperationEventMask: OptionalWritableAttribute<TypeFromPartialBitSchema, any>

      Event mask used to turn on and off RFID operation events. This mask DOES NOT apply to the storing of events in the event log. This mask only applies to the Operation Event Notification Command.

      This mask DOES NOT apply to the Events mechanism of this cluster.

      MatterSpecification.v13.Cluster § 5.2.9.44

    • ReadonlyrfidProgrammingEventMask: OptionalWritableAttribute<TypeFromPartialBitSchema, any>

      Event mask used to turn on and off RFID programming events. This mask DOES NOT apply to the storing of events in the event log. This mask only applies to the Programming Event Notification Command.

      This mask DOES NOT apply to the Events mechanism of this cluster.

      This mask DOES NOT apply to the Events mechanism of this cluster.

      MatterSpecification.v13.Cluster § 5.2.9.47