UNPKG

homebridge-tuya-laundry

Version:

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

14 lines 420 B
import { Logger } from 'homebridge'; import { TuyaApiService } from './tuyaApiService'; export declare class IPCServer { private log; private config; private tuyaApiService; private server; private readonly socketPath; private commandHandler; constructor(log: Logger, config: any, tuyaApiService: TuyaApiService); start(): void; stop(): void; } //# sourceMappingURL=ipcServer.d.ts.map