UNPKG

magichome-platform

Version:

discover, control, and receive status for magichome devices

13 lines 670 B
import { IAnimationBlueprint, IAnimationLoop } from "../models/types"; export declare const raining: IAnimationBlueprint; export declare const rainbow: IAnimationBlueprint; export declare const thunderStruck: IAnimationBlueprint; export declare const hellStruck: IAnimationLoop; export declare const colorWave: IAnimationLoop; export declare const cctWave: IAnimationLoop; export declare const cctColorWave: IAnimationLoop; export declare const cctRgbTest: IAnimationLoop; export declare const colorTest: IAnimationLoop; export declare const hell: IAnimationLoop; export declare const fireworks: IAnimationLoop; //# sourceMappingURL=animationLibrary.d.ts.map