© MuxLab Inc.
Audio 8x8 Matrix Switch Installation Guide
Page 34
get -json
Description:
Get all the output connection states in json format
Arguments:
<none>
Example:
Get all output connections states in json format.
get -json
Response:
[3,7,0,0,0,0,0,0]
(or an error message if the command failed)
get -o
<output port #>
Description:
Get the connection state of a specific output port
Arguments:
<output port #>: 1 to 8
Example:
Get connection state of output port 4
get -o 4
Response:
Output 04 connected to: 1
(or an error message if the command failed)
get -o
Description:
Get the connection state of all output ports
Arguments:
<none>
Example:
Get connection state of all output ports
get -o
Response:
Output 01 connected to: 03
Output 02 connected to: 04
Output 03 connected to: none
…{and so on}
(or an error message if the command failed)
4. Help
help
or
?
Description:
Display all the command list definition available
Arguments:
<none>
Example:
Display all the command list
help
?
Response:
connect
connect –i <input port #> -o <output port #> {Connect 1 input port to 1 output port}
connect -i <input port #> -o all {Connect 1 input port to all output port}
connect -i <input port #> -o <from output port #>..<to output port #> {Connect 1 input port to a specific range of output
port}
disconnect
disconnect -i <input port #> {Disconnect 1 input port}
disconnect -o <output port #> {Disconnect 1 output port}
disconnect -all {Disconnect all input/output port}
…
{and so on}
version
version <no parameters> {Get the current firmware version}