zigbee-herdsman
    Preparing search index...

    Type Alias EmberTokenInfo

    A structure containing the information of a token.

    type EmberTokenInfo = {
        arraySize: number;
        isCnt: boolean;
        isIdx: boolean;
        nvm3Key: number;
        size: number;
    }
    Index

    Properties

    arraySize: number

    The array size for the token when it is an indexed token. uint8_t

    isCnt: boolean

    The token is a counter token type.

    isIdx: boolean

    The token is an indexed token type.

    nvm3Key: number

    NVM3 token key. uint32_t

    size: number

    Size of the object of the token. uint8_t