UNPKG

amaran-light-cli

Version:

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

5 lines 263 B
import type { Command } from 'commander'; import type { CommandDeps } from '../../deviceControl/types.js'; export declare function registerSchedule(program: Command, deps: CommandDeps): void; export default registerSchedule; //# sourceMappingURL=schedule.d.ts.map