zigbee-herdsman
    Preparing search index...

    Interface NetworkOptions

    Buffer-oriented structure representing network configuration.

    interface NetworkOptions {
        channelList: number[];
        extendedPanId: Buffer;
        hasDefaultExtendedPanId?: boolean;
        networkKey: Buffer;
        networkKeyDistribute: boolean;
        panId: number;
    }
    Index

    Properties

    channelList: number[]
    extendedPanId: Buffer
    hasDefaultExtendedPanId?: boolean
    networkKey: Buffer
    networkKeyDistribute: boolean
    panId: number