UNPKG

homebridge-tuya-laundry

Version:

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

13 lines 389 B
import { API, Logger } from 'homebridge'; export declare class TelegramGateway { private log; private api; private subscribers; private bot; constructor(token: string, log: Logger, api: API); private checkPersistPath; private loadSubscribers; private saveSubscribers; send(message: string): Promise<void>; } //# sourceMappingURL=telegramGateway.d.ts.map