zigbee-herdsman
    Preparing search index...

    Type Alias EmberZllSecurityAlgorithmData

    Information about the ZLL security state and how to transmit the network key to the device securely.

    type EmberZllSecurityAlgorithmData = {
        bitmask: number;
        responseId: number;
        transactionId: number;
    }
    Index

    Properties

    bitmask: number

    uint16_t

    responseId: number

    uint32_t

    transactionId: number

    uint32_t