I make a workout app for Apple Watch and have just implemented App Intents for StartWorkout, PauseWorkout and ResumeWorkout using the Action Button on Apple Watch Ultra.
I want to add a secondary action that should be triggered when the Action Button is pressed a second time, but I can't find any documentation about how to accomplish this.
I have tried to just create another AppIntent, but it doesn't show up as an option in the settings app.
Any help with this would be much appreciated!