@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
11 lines • 643 B
TypeScript
import { Optional } from '../../../../../common';
import { DeviceOpState, StateCommandAndStatus } from '../../../states';
import { DeviceModel } from '../../../devices.model';
export declare const UVCStateName: 'isUVCActive';
export type UVCStateName = typeof UVCStateName;
export declare class HumidiferUVCState extends DeviceOpState<UVCStateName, Optional<boolean>> {
constructor(device: DeviceModel, opType?: number, identifier?: number[]);
parseOpCommand(opCommand: number[]): void;
protected readonly stateToCommand: (state: Optional<boolean>) => Optional<StateCommandAndStatus>;
}
//# sourceMappingURL=humidifier.uvc.d.ts.map