UNPKG

homebridge-tuya-laundry

Version:

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

15 lines 500 B
import { Logger } from 'homebridge'; export declare class DeviceManager { private apiInstance; private log; private devicesSeen; private cachedDevices; constructor(apiInstance: any, log: Logger); discoverLocalDevices(): Promise<any[]>; private discoverDevices; matchLocalWithCloudDevices(localDevices: any[]): Promise<any[]>; private getCloudDevices; private decryptUDP; getLocalDPS(device: any): Promise<any>; } //# sourceMappingURL=deviceManager.d.ts.map