UNPKG

homebridge-tuya-laundry

Version:

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

12 lines (11 loc) 282 B
import {PlatformConfig} from 'homebridge'; import {NotifyConfig} from '../../src/interfaces/notifyConfig'; export const emptyConfig: PlatformConfig & NotifyConfig = { platform: '', pushed: { appKey: '', appSecret: '', channelAlias: '', }, laundryDevices: [], };