UNPKG

homebridge-tuya-laundry

Version:

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

15 lines 700 B
import { API, Logger, PlatformAccessory, PlatformConfig } from 'homebridge'; import { NotifyConfig } from './interfaces/notifyConfig'; import { IndependentPlatformPlugin } from 'homebridge/lib/api'; export declare class TuyaLaundryNotifyPlatform implements IndependentPlatformPlugin { readonly log: Logger; readonly config: PlatformConfig & NotifyConfig; readonly api: API; readonly accessories: PlatformAccessory[]; private readonly laundryDevices; private ipcServer; private tuyaApiService; constructor(log: Logger, config: PlatformConfig & NotifyConfig, api: API); configureAccessory(accessory: PlatformAccessory): void; } //# sourceMappingURL=platform.d.ts.map