UNPKG

@elshaer/homebridge-lg-thinq

Version:

A Homebridge plugin for controlling/monitoring LG ThinQ device via LG ThinQ platform.

18 lines 526 B
import { DeviceModel } from '../../lib/DeviceModel'; export default function HoodState(deviceModel: DeviceModel, decodedMonitor: any): { hoodState: { ventMode: any; error: any; ventLevel: number; lampSet: any; remainTimeMinute: number; ventSet: any; hoodFotaEnable: string; remainTimeSecond: number; childLock: string; standyMode: string; lampLevel: number; hoodState: string; }; }; //# sourceMappingURL=HoodState.d.ts.map