TlvRfidEvent: ObjectSchema<{
    uid: FieldType<Uint8Array>;
}> = ...

Body of the EnergyEvse rfid event

Type declaration

  • uid: FieldType<Uint8Array>

    The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.

    MatterSpecification.v13.Cluster § 9.3.10.6.1

MatterSpecification.v13.Cluster § 9.3.10.6