UNPKG

@hzabala/tplinkcloud-api-client

Version:

<p align="left"> <a href="./LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License MIT"/></a> <p>

4 lines (3 loc) 201 B
import { DeviceInfo } from './types'; export declare const getDevices: (token: string) => Promise<DeviceInfo[]>; export declare const getToken: (username: string, password: string) => Promise<string>;