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

    Interface Time

    interface Time {
        apiModuleName: string;
        device: AnyDevice;
        getTime(sendOptions?: SendOptions): Promise<unknown>;
        getTimezone(sendOptions?: SendOptions): Promise<unknown>;
    }
    Index
    apiModuleName: string
    device: AnyDevice