Hierarchy

  • Cloud

Constructors

Properties

apiModuleName: string
device: AnyDevice
info: undefined | CloudInfo & HasErrCode

Methods

  • Add device to TP-Link cloud.

    Sends cloud.bind command. Does not support childId.

    Parameters

    • username: string
    • password: string
    • Optional sendOptions: SendOptions

    Returns Promise<unknown>

    parsed JSON response

  • Get device's TP-Link cloud firmware list.

    Sends cloud.get_intl_fw_list command. Does not support childId.

    Parameters

    Returns Promise<unknown>

    parsed JSON response

  • Sets device's TP-Link cloud server URL.

    Sends cloud.set_server_url command. Does not support childId.

    Parameters

    Returns Promise<unknown>

    parsed JSON response

  • Remove device from TP-Link cloud.

    Sends cloud.unbind command. Does not support childId.

    Parameters

    Returns Promise<unknown>

    parsed JSON response

Generated using TypeDoc