@jstark/tplink-smarthome-api
    Preparing search index...

    Interface DeviceConstructorOptions

    interface DeviceConstructorOptions {
        client: Client;
        defaultSendOptions?: SendOptions;
        host: string;
        logger?: RootLogger;
        port?: number;
    }

    Hierarchy (View Summary)

    Index
    client: Client
    defaultSendOptions?: SendOptions
    host: string
    logger?: RootLogger
    port?: number
    9999