zigbee-herdsman
    Preparing search index...

    Interface AdapterOptions

    interface AdapterOptions {
        concurrent?: number;
        delay?: number;
        disableLED: boolean;
        forceStartWithInconsistentAdapterConfiguration?: boolean;
        transmitPower?: number;
    }
    Index

    Properties

    concurrent?: number
    delay?: number
    disableLED: boolean
    forceStartWithInconsistentAdapterConfiguration?: boolean
    transmitPower?: number