Body of the EnergyEvse rfid event

MatterSpecification.v13.Cluster § 9.3.10.6

interface RfidEvent {
    uid: Uint8Array;
}

Hierarchy (view full)

Properties

Properties

uid: Uint8Array = ...

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

MatterSpecification.v13.Cluster § 9.3.10.6.1