Stopwatch Macro

Hello,

I took a look through the API, but couldn’t find a command to start a stopwatch timer.

There is a command, /sw that will open the timer interface, but it won’t start the timer.

Does anyone know of a way to open the timer interface (if closed) and start the timer going in a macro?

Thanks :slight_smile:

/sw play
open/play/restart from paused

/sw pause
pause

/sw stop
stop/reset

1 Like

Perfect, thank you so much :slight_smile: