UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

9 lines 465 B
import { DeviceModel } from '../../../devices.model'; import { DeviceOpState } from '../../../states'; export declare const BasketFullStateName: "basketFull"; export type BasketFullStateName = typeof BasketFullStateName; export declare class IceMakerBasketFull extends DeviceOpState<BasketFullStateName, boolean | undefined> { constructor(device: DeviceModel); parseOpCommand(opCommand: number[]): void; } //# sourceMappingURL=ice-maker.basket-full.d.ts.map