UNPKG

homebridge-loxone-proxy

Version:

Homebridge Dynamic Platform Plugin which exposes a Loxone System to Homekit.

14 lines 417 B
import { BaseService } from './BaseService'; export declare class IrrigationSystem extends BaseService { private zoneValves; private durationUpdateInterval; setupService(): void; updateService(message: { state: string; value: any; }): void; private setupZones; private startRemainingDurationUpdater; private sendCommand; } //# sourceMappingURL=IrrigationSystem.d.ts.map