On systems running Advanced Edition Version 3 and above, it's possible to use the native Macro engine to send (HTTP) GET commands to external NewTek systems or other supporting devices (such as a PTZ camera). To do this, use the shortcut “http_request” in your macro. Doing so sends the GET request to the target identified in the value string you supply. Here are two examples on how to trigger both a System macro and a Macro created for a Session.
For a system command macro, the value name would follow this syntax:
http://192.168.1.86/v1/shortcut?name=play_macro_byname&value=Audio:+Master+Mute+On
For a Session Macro:
http://192.168.1.86/v1/shortcut?name=play_macro_byname&value=http+request
For more information on this topic, please review the Automation and Integration guide.
Current as of 3/5/2020
0 Comments