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