Instruction manual
Developer Information
60
The current remote control state may be overridden allowing remote access
over ethernet irrespective of the current remote control state:
remote: override: {"true", "false"} ↵
The override state is only valid for the currently connected ethernet client and
only while the connection remains open.
The "remote" command may be used to query the remote control state of
the deck by specifying no parameters:
remote↵
The deck will return the current remote control state:
210 remote info:↵
enabled: {"true", "false"}↵
override: {"true", "false"}↵
↵
Asynchronous remote control information change notification is disabled by
default and may be configured with the "notify" command. When enabled,
changes in remote state will generate a "510 remote info:"asynchronous
message with the same parameters as the "210 remote info:" message.
Closing connection
The "quit" command instructs the server to cleanly shut down the connection:
quit↵
Checking connection status
The "ping" command has no function other than to determine if the server is
responding:
ping↵
Getting help
The "help" or "?" commands return human readable help text describing all
available commands and parameters:
help↵
Or:
?↵