UNPKG

amaran-light-cli

Version:

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

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