This action will send a command to the plugin
| <sensor>.command( | |
| command | |
| mesg = '' | |
| [x,y,z,w] |
)
command
A command number
mesg = ''
An optional message to pass
[x,y,z,w]
Some optional extra numbers to pass
This will perform the given command on the plugin.
None