@palekseii/homebridge-tuya-platform
Version:
Fork version of official Tuya Homebridge plugin. Brings a bunch of bug fix and new device support.
7 lines • 594 B
TypeScript
import { Service } from 'homebridge';
import { TuyaDeviceSchema } from '../../device/TuyaDevice';
import BaseAccessory from '../BaseAccessory';
export declare function configureRotationSpeed(accessory: BaseAccessory, service: Service, schema?: TuyaDeviceSchema): void;
export declare function configureRotationSpeedLevel(accessory: BaseAccessory, service: Service, schema?: TuyaDeviceSchema, ignoreValues?: string[]): void;
export declare function configureRotationSpeedOn(accessory: BaseAccessory, service: Service, schema?: TuyaDeviceSchema): void;
//# sourceMappingURL=RotationSpeed.d.ts.map