Go to documentation repository
Page History
...
Code Block | ||
---|---|---|
| ||
DoReactStr("CAM","1","MD_STARTREC",""); |
The param argument can take the following values: Type – String, range – available parameters of the specified action. The value argument can take the following values: Type – String, range – depends on the parameter.
...
Code Block |
---|
if (Event.SourceType == "MACRO" && Event.Action == "RUN" && EventSourceIdEvent.SourceId == "1") { DoReactStr("MONITOR","10","CONTROL_TELEMETRY","cam<4>,on<1>"); } if (Event.SourceType == "MACRO" && Event.Action == "RUN" && EventSourceIdEvent.SourceId == "2") { DoReactStr("MONITOR","10","CONTROL_TELEMETRY","cam<4>,on<0>"); } |
Overview
Content Tools