UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

10 lines 530 B
import { DeviceModel } from '../../../devices.model'; import { DeviceOpState } from '../../../states'; import { IceMakerStatus } from './types'; export declare const IceMakerStatusStateName: 'iceMakerStatus'; export type IceMakerStatusStateName = typeof IceMakerStatusStateName; export declare class IceMakerStatusState extends DeviceOpState<IceMakerStatusStateName, IceMakerStatus | undefined> { constructor(device: DeviceModel); parseOpCommand(opCommand: number[]): void; } //# sourceMappingURL=ice-maker.status.d.ts.map