Automation command line for "signal" start in stopwatch layer

Trying hard to use the automation layer to start the stopwatch but cant work out the command line for “signal” start in stopwatch layer.
Any help appreciated.

Hi, I’ve searched there a lot too. Just use the httpRequest command:
httpRequest(then your local maschine address + api of the start button)

It could look like this:
httpRequest(http://localhost:8989/api/v1/documents/431556745/layers/AF789EAE-0AD3-425D-98AD-7C161C47B9D9/signals/tvGroup_Control__Start_TypeSignal)

Now the Stopwatch will count :wink:

Way more easy:
layerOn(AF789EAE-0AD3-425D-98AD-7C161C47B9D9/signals/tvGroup_Control__Start_TypeSignal#)
layerOn(Endpoint#)

Keep in mind that the #-sign is necessary. The httpRequest-term is ok, but as soon you’re “saving as”, you have to change your script; document-id will change.