@palekseii/homebridge-tuya-platform
Version:
Fork version of official Tuya Homebridge plugin. Brings a bunch of bug fix and new device support.
5 lines • 426 B
TypeScript
import { Service } from 'homebridge';
import { TuyaDeviceSchema } from '../../device/TuyaDevice';
import BaseAccessory from '../BaseAccessory';
export declare function configureLight(accessory: BaseAccessory, service?: Service, onSchema?: TuyaDeviceSchema, brightSchema?: TuyaDeviceSchema, tempSchema?: TuyaDeviceSchema, colorSchema?: TuyaDeviceSchema, modeSchema?: TuyaDeviceSchema): void;
//# sourceMappingURL=Light.d.ts.map