docs(launcher): document post delay override

This commit is contained in:
Scott Idem
2026-05-13 12:22:11 -04:00
parent 1374f0728e
commit 36bd32f172
3 changed files with 20 additions and 15 deletions

View File

@@ -41,7 +41,10 @@ export interface LaunchProfile {
* Plain string → AppleScript (macOS). "shell:" prefix → shell command.
*/
post_script?: string;
/** Milliseconds to wait after open_cmd before running post_script. Default: 2000 */
/**
* Milliseconds to wait after open_cmd before running post_script.
* Default: 2000. Can be overridden per device via launch_profiles.
*/
post_delay_ms?: number;
// --- Reserved for future use — not yet implemented ---