homebridge-loxone-proxy
Version:
Homebridge Dynamic Platform Plugin which exposes a Loxone System to Homekit.
10 lines • 411 B
TypeScript
import { LoxoneAccessory } from '../../LoxoneAccessory';
import { LoxonePlatform } from '../../LoxonePlatform';
import { Control } from '../StructureFile';
export declare class InfoOnlyDigital extends LoxoneAccessory {
private ServiceType?;
constructor(platform: LoxonePlatform, device: Control);
isSupported(): boolean;
configureServices(): void;
}
//# sourceMappingURL=InfoOnlyDigital.d.ts.map