UNPKG

homebridge-tuya-laundry

Version:

Allows washer/dryer cycle completion notifications using Tuya smart plugs with power meter, now using local control.

14 lines 519 B
import { Logger } from 'homebridge'; import { TuyaApiCredentials } from '../interfaces/notifyConfig'; import TuyaOpenAPI from '../core/TuyaOpenAPI'; export declare class TuyaApiService { private credentials; private log; private static instance; private apiInstance; private constructor(); static getInstance(credentials: TuyaApiCredentials, log: Logger): TuyaApiService; authenticate(): Promise<void>; getApiInstance(): TuyaOpenAPI | null; } //# sourceMappingURL=tuyaApiService.d.ts.map