UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

7 lines 374 B
import { DeviceModel } from '../../../devices.model'; import { DeviceOpState, WaterShortageStateName } from '../../../states'; export declare class IceMakerWaterEmpty extends DeviceOpState<WaterShortageStateName, boolean | undefined> { constructor(device: DeviceModel); parseOpCommand(opCommand: number[]): void; } //# sourceMappingURL=ice-maker.water-empty.d.ts.map