UNPKG

amaran-light-cli

Version:

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

9 lines 325 B
import type { Schedule } from './scheduleMaker.js'; export interface TextScheduleOptions { csv?: boolean; privacyOff?: boolean; interval?: string; stripAnsi?: boolean; } export declare function textSchedule(schedule: Schedule, options?: TextScheduleOptions): string; //# sourceMappingURL=textSchedule.d.ts.map