User Tools

Site Tools


reference:remote_control_commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
reference:remote_control_commands [2021/12/07 16:17] – Ergänzung tondosereference:remote_control_commands [2022/02/08 17:56] – Ergänzung tondose
Line 17: Line 17:
   * ''ON/OFF AIR'' - Toggle ''ON AIR'' and ''OFF AIR''.   * ''ON/OFF AIR'' - Toggle ''ON AIR'' and ''OFF AIR''.
   * ''ON AIR'' - Incorporate On Air Mode.   * ''ON AIR'' - Incorporate On Air Mode.
 +
 +==== GUI ====
 +
 +  * ''DARK MODE OFF'' - Leave dark mode.
 +  * ''DARK MODE ON'' - Enter dark mode.
 +  * ''DARK MODE ON/OFF'' - Toggle dark mode.
  
 ==== System ==== ==== System ====
Line 517: Line 523:
  
   * ''<Remote ID> OPEN'' - Arm the Aircheck Recorder to record into the file specified in the screen object's settings. [[reference:logging_variables|Timestamp variables]] like ''%Y'', ''%M'', ''%D'', etc. may be used (recommended).   * ''<Remote ID> OPEN'' - Arm the Aircheck Recorder to record into the file specified in the screen object's settings. [[reference:logging_variables|Timestamp variables]] like ''%Y'', ''%M'', ''%D'', etc. may be used (recommended).
-  * ''<Remote ID> OPEN <filename>'' - Same as above with ''<filename>'' overriding the preset path and filename.+  * ''<Remote ID> OPEN <filename>'' - Same as abovewith ''<filename>'' overriding the preset path and filename.
   * ''<Remote ID> ON'' - Start recording.   * ''<Remote ID> ON'' - Start recording.
   * ''<Remote ID> OFF'' - Pause recording into the same file.   * ''<Remote ID> OFF'' - Pause recording into the same file.
Line 534: Line 540:
  
   * **Example:**((Remote ID selected as ''COMMENTVIEWER''))<code=delphi>   * **Example:**((Remote ID selected as ''COMMENTVIEWER''))<code=delphi>
-  ExecuteCommand('COMMENTVIEWER TEXT Hello World' + #13+#10 + 'This is a ' + #39 + 'New Line' + #39); +  ExecuteCommand('COMMENTVIEWER TEXT Hello world' + #13+#10 + 'This is a ' + #39 + 'New Line' + #39); 
-</code>+</code>yields<code> 
 +Hello world 
 +This is a 'New Line'</code> 
  
  
reference/remote_control_commands.txt · Last modified: 2024/03/09 14:54 by ulinobbe

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki