-
Notifications
You must be signed in to change notification settings - Fork 3
Actions SendCommand
thica edited this page Jan 10, 2020
·
6 revisions
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 |
<action name="Send Set Volume Sub" string="sendcommand setvolumesub" commandparameter='{"volumetoset":"$var(volumetoset)"}'/>