UNPKG

homebridge-velux-active

Version:

Homebridge plugin for controlling velux blinds and windows

16 lines 381 B
export interface VeluxDevice { id: string; battery_state: string; current_position: number; firmware_revision: number; last_seen: number; manufacturer: string; mode: string; reachable: boolean; silent: boolean; target_position: number; type: string; velux_type: string; bridge: string; } //# sourceMappingURL=VeluxDevice.d.ts.map