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

    Interface PlugConstructorOptions

    interface PlugConstructorOptions {
        childId?: string;
        client: Client;
        defaultSendOptions?: SendOptions;
        host: string;
        inUseThreshold?: number;
        logger?: RootLogger;
        port?: number;
        sysInfo: PlugSysinfo;
    }

    Hierarchy (View Summary)

    Index
    childId?: string

    If passed a string between 0 and 99 it will prepend the deviceId

    client: Client
    defaultSendOptions?: SendOptions
    host: string
    inUseThreshold?: number

    Watts

    0.1
    
    logger?: RootLogger
    port?: number
    9999
    
    sysInfo: PlugSysinfo