UNPKG

amaran-light-cli

Version:

Command line tool for controlling Aputure Amaran lights via WebSocket to a local Amaran desktop app.

16 lines 669 B
// Daylight simulation specific types export * from '../deviceControl/types.js'; export var CurveType; (function (CurveType) { CurveType["HANN"] = "hann"; CurveType["WIDER_MIDDLE_SMALL"] = "wider-middle-small"; CurveType["WIDER_MIDDLE_MEDIUM"] = "wider-middle-medium"; CurveType["WIDER_MIDDLE_LARGE"] = "wider-middle-large"; CurveType["CIE_DAYLIGHT"] = "cie-daylight"; CurveType["SUN_ALTITUDE"] = "sun-altitude"; CurveType["PEREZ_DAYLIGHT"] = "perez-daylight"; CurveType["PHYSICS"] = "physics"; CurveType["BLACKBODY"] = "blackbody"; CurveType["HAZY"] = "hazy"; })(CurveType || (CurveType = {})); //# sourceMappingURL=types.js.map