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

    Type Alias PlugSysinfo

    PlugSysinfo: CommonSysinfo & SysinfoChildren & (
        | { type: "IOT.SMARTPLUGSWITCH"
        | "IOT.RANGEEXTENDER.SMARTPLUG" }
        | { mic_type: "IOT.SMARTPLUGSWITCH" }
    ) & ({ mac: string } | { ethernet_mac: string }) & {
        brightness?: number;
        dev_name?: string;
        feature: string;
        led_off: 0 | 1;
        relay_state?: 0 | 1;
    }