This repository was archived by the owner on Jan 11, 2023. It is now read-only.
  
  
  
  
  
Description
Send events to the Master as string events.
If enabled, Press/Move/Release events are sent to the Master as string events.
Syntax:
"'^TOP-<state>'"
 is 0(disable) 1(presses/releases), 2(moves), 3(press/move/release).
Note: Move should be used with caution. This setting can generate a significant amount of traffic to the master depending on user interaction.
Example command: "'^TOP-1'"
Example Response: "String Event: Text: Press,320,480"
Example Response: "String Event: Text: Release,320,480"