UNPKG

@elshaer/homebridge-lg-thinq

Version:

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

14 lines 390 B
import { DeviceModel } from '../../lib/DeviceModel'; export declare enum DoorOpenState { OPEN = "OPEN", CLOSE = "CLOSE" } export default function RefState(deviceModel: DeviceModel, decodedMonitor: any): { refState: { fridgeTemp: any; freezerTemp: any; atLeastOneDoorOpen: string; tempUnit: string; }; }; //# sourceMappingURL=RefState.d.ts.map