zigbee-herdsman
    Preparing search index...

    Type Alias EmberZllInitialSecurityState

    Describe the Initial Security features and requirements that will be used when forming or joining ZigBee Light Link networks.

    type EmberZllInitialSecurityState = {
        bitmask: number;
        encryptionKey: EmberKeyData;
        keyIndex: EmberZllKeyIndex;
        preconfiguredKey: EmberKeyData;
    }
    Index

    Properties

    bitmask: number

    This bitmask is unused. All values are reserved for future use. uint32_t

    encryptionKey: EmberKeyData

    The encryption key for use by algorithms that require it.

    The key encryption algorithm advertised by the application.

    preconfiguredKey: EmberKeyData

    The pre-configured link key used during classical ZigBee commissioning.