UNPKG

@shadman-a/homebridge-my-ac

Version:

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

18 lines (17 loc) 528 B
import { DeviceModel } from '../../lib/DeviceModel.js'; export default function HoodState(deviceModel: DeviceModel, decodedMonitor: any): { hoodState: { ventMode: string | number | null; error: string | number | null; ventLevel: number; lampSet: any; remainTimeMinute: number; ventSet: any; hoodFotaEnable: string; remainTimeSecond: number; childLock: string; standyMode: string; lampLevel: number; hoodState: string; }; };