zigbee-herdsman
    Preparing search index...

    Type Alias APSFrameCounterChallengeTLV

    type APSFrameCounterChallengeTLV = {
        challengeValue: Buffer;
        senderEui64: EUI64;
    }
    Index

    Properties

    challengeValue: Buffer

    A randomly generated 64-bit value sent to a device to prove they have the link key. This allows the initiator to detect replayed challenge response frames.

    senderEui64: EUI64

    The EUI64 of the device that generated the frame.