UNPKG

homebridge-tuya-laundry

Version:

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

11 lines 397 B
import { NotifyConfig } from '../interfaces/notifyConfig'; import { API, Logger } from 'homebridge'; export declare class MessageGateway { readonly log: Logger; private pushGateway?; private telegramGateway?; private ntfyGateway?; constructor(log: Logger, config: NotifyConfig, api: API); send(message: string): Promise<void>; } //# sourceMappingURL=messageGateway.d.ts.map