homebridge-loxone-proxy
Version:
Homebridge Dynamic Platform Plugin which exposes a Loxone System to Homekit.
15 lines • 509 B
TypeScript
import { LoxoneAccessory } from '../../LoxoneAccessory';
export declare class LightControllerV2 extends LoxoneAccessory {
isSupported(): boolean;
configureServices(): void;
registerMoodSwitches(): void;
registerChildItems(): void;
protected callBackHandler(message: {
uuid: string;
state: string;
service: string;
value: string | number;
}): void;
protected handleLoxoneCommand(value: string): void;
}
//# sourceMappingURL=LightControllerV2.d.ts.map