UNPKG

magichome-platform

Version:

discover, control, and receive status for magichome devices

8 lines 376 B
export * from "./models/types"; export * from "./models/errorTypes"; export { AnimationManager } from "./animation/animationManager"; export * from "./animation/animationLibrary"; export * from "./core/controllerGenerator"; export * from "./core/baseController"; export { RGBtoHSV, TBtoCCT, CCTtoTB } from "./utils/colorConversions"; //# sourceMappingURL=index.d.ts.map