@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
5 lines • 371 B
TypeScript
import { SyncBox, SyncBoxDevice, SyncBoxFactory } from './sync-box';
export { SyncBox, SyncBoxDevice, SyncBoxFactory };
export { VideoModeStateName, VideoModeState, MicModeStateName, MicModeState, SegmentColorModeStateName, SegmentColorModeState, SceneModeState, } from './sync-box.states';
export declare const DeviceStates: string[];
//# sourceMappingURL=index.d.ts.map