UNPKG

homebridge-tuya-laundry

Version:

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

9 lines 314 B
import { PushedConfig } from '../interfaces/notifyConfig'; import { Logger } from 'homebridge'; export declare class PushGateway { private readonly log; private readonly config; constructor(log: Logger, config: PushedConfig); send(message: string): void; } //# sourceMappingURL=pushGateway.d.ts.map