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 298 B
import { Service } from 'homebridge'; import { TuyaDeviceSchema } from '../../device/TuyaDevice'; import BaseAccessory from '../BaseAccessory'; export declare function configureActive(accessory: BaseAccessory, service: Service, schema?: TuyaDeviceSchema): void; //# sourceMappingURL=Active.d.ts.map