zigbee-herdsman
    Preparing search index...

    Type Alias SelectedKeyNegotiationMethodTLV

    type SelectedKeyNegotiationMethodTLV = {
        presharedSecret: SelectedPreSharedSecret;
        protocol: SelectedKeyNegotiationProtocol;
        sendingDeviceEui64: EUI64;
    }
    Index

    Properties

    presharedSecret: SelectedPreSharedSecret

    The enumeration indicating the pre-shared secret that the sending device is requesting to be used in the key negotiation.

    The enumeration of the key negotiation method the sender is requesting to use in key negotiation.

    sendingDeviceEui64: EUI64

    The value of the EUI64 of the device sending the message. This field SHALL always be present.