zigbee-herdsman
    Preparing search index...

    Use for a link key backup.

    Each entry notes the EUI64 of the device it is paired to and the key data. This key may be hashed and not the actual link key currently in use.

    type LinkKeyBackupData = {
        deviceEui64: EUI64;
        incomingFrameCounter: number;
        key: EmberKeyData;
        outgoingFrameCounter: number;
    }
    Index

    Properties

    deviceEui64: EUI64
    incomingFrameCounter: number
    outgoingFrameCounter: number