UNPKG

@palekseii/homebridge-tuya-platform

Version:

Fork version of official Tuya Homebridge plugin. Brings a bunch of bug fix and new device support.

5 lines 315 B
import { Service } from 'homebridge'; import { TuyaDeviceSchema } from '../../device/TuyaDevice'; import BaseAccessory from '../BaseAccessory'; export declare function configureMotionDetected(accessory: BaseAccessory, service?: Service, schema?: TuyaDeviceSchema): void; //# sourceMappingURL=MotionDetected.d.ts.map