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