homebridge-loxone-proxy
Version:
Homebridge Dynamic Platform Plugin which exposes a Loxone System to Homekit.
16 lines • 435 B
TypeScript
import { BaseService } from './BaseService';
export declare class Fanv2 extends BaseService {
State: {
Active: boolean;
RotationSpeed: number;
};
setupService(): void;
updateService(message: {
state: string;
value: number;
}): void;
handleActiveGet(): boolean;
handleActiveSet(value: boolean): void;
handleRotationSpeedGet(): number;
}
//# sourceMappingURL=Fanv2.d.ts.map