zigbee-herdsman
    Preparing search index...

    Type Alias EmberKeyData

    This data structure contains the key data that is passed into various other functions.

    type EmberKeyData = {
        contents: Buffer;
    }
    Index

    Properties

    Properties

    contents: Buffer

    This is the key byte data. uint8_t[EMBER_ENCRYPTION_KEY_SIZE]