Actions SendCommand - thica/ORCA-Remote GitHub Wiki

sendcommand

The core action. This sends a command to an interface. The command parameter are passed to the interface, refer to the interface documentation, which parameters are used.

Attribute Description
string sendcommand
commandname Name of the command to send to the interface
commandparameter additional parameter to pass to interface/codeset
interface Interface to use. If not given, it will be used as gven in the following order: widget, anchor, page
configname Configuration to use
A short example:
<action name="Send Set Volume Sub" string="sendcommand setvolumesub" commandparameter='{"volumetoset":"$var(volumetoset)"}'/>
⚠️ **GitHub.com Fallback** ⚠️