UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

24 lines 859 B
export * from './states.types'; export * from './active.state'; export * from './battery-level.state'; export * from './brightness.state'; export * from './color-rgb.state'; export * from './color-temp.state'; export * from './connected.state'; export * from './control-lock.state'; export * from './device.state'; export * from './display-schedule.state'; export * from './filter-expired.state'; export * from './filter-life.state'; export * from './humidity.state'; export * from './light-effect.state'; export * from './mode.state'; export * from './night-light.state'; export * from './power.state'; export * from './temperature.state'; export * from './timer.state'; export * from './water-shortage.state'; export * from './unknown.state'; export * from './presence.state'; export declare const DeviceStates: string[]; //# sourceMappingURL=index.d.ts.map