UNPKG

amaran-light-cli

Version:

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

16 lines 1.41 kB
export type { CCTOptions, CCTResult, WeatherOptions } from './daylightSimulation/cctUtil.js'; export { CurveType, calculateCCT, getAvailableCurves, parseCurveType } from './daylightSimulation/cctUtil.js'; export { ALL_CURVE_TYPES_ORDERED, CCT_DEFAULTS, CURVE_HELP_TEXT, CURVE_METADATA, ERROR_MESSAGES, SPECIAL_TIME_CONFIG, VALID_CURVES_LIST, VALIDATION_RANGES, } from './daylightSimulation/constants.js'; export * as curves from './daylightSimulation/curves/index.js'; export type { Location } from './daylightSimulation/geoipUtil.js'; export { getLocationFromIP } from './daylightSimulation/geoipUtil.js'; export type { GraphScheduleOptions } from './daylightSimulation/graphSchedule.js'; export { graphSchedule } from './daylightSimulation/graphSchedule.js'; export { interpolateMaxLux, parseMaxLuxMap } from './daylightSimulation/mathUtil.js'; export { formatCoordinate, formatLocation, formatSource } from './daylightSimulation/privacyUtil.js'; export type { MakeScheduleOptions, Schedule, ScheduleMakerDeps, SchedulePoint, } from './daylightSimulation/scheduleMaker.js'; export { ScheduleMaker } from './daylightSimulation/scheduleMaker.js'; export type { TextScheduleOptions } from './daylightSimulation/textSchedule.js'; export { textSchedule } from './daylightSimulation/textSchedule.js'; export { getWeatherData } from './daylightSimulation/weatherUtil.js'; //# sourceMappingURL=circadian.d.ts.map