Sound Control Protocol - (Firmware 1.1.3)

Table Of Contents
SSC Developer‘s guide for EW-DX | 47/57
SSC Method List (EW-DX EM 2)
8.113 /mates/tx1/mute
TX Mute Switch On/Off information got from receiver channel 1 stored as a bool.
Replied error code 424 indicates that TX is not present or doesn‘t send valid information.
type: Read-only
value: bool
limits
type: Boolean
const: false
writeable: false
subscr: true
Example:
Tx: {"osc":{"state":{"subscribe":[{"#":{"min":0, "max":0,"count":1000,
"lifetime":60},"mates":{"tx1":{"mute":null}}}]}}}
Rx: {"mates":{"tx1":{"mute":true}}}
8.114 /mates/tx1/lowcut
TX lowcut information got from receiver channel 1 stored as a string.
Replied error code 424 indicates that TX is not present or doesn‘t send valid information.
Valid strings: "off", "30 Hz", "60 Hz", ...
type: Read-only
value: string
limits
type: String
const: false
writeable: false
subscr: true
Example:
Tx: {"osc":{"state":{"subscribe":[{"#":{"min":0, "max":0,"count":1000,
"lifetime":60},"mates":{"tx1":{"lowcut":null}}}]}}}
Rx: {"mates":{"tx1":{"lowcut":"60 Hz"}}}
8.115 /mates/tx1/lock
TX auto lock information got from receiver channel 1 stored as a bool.
Replied error code 424 indicates that TX is not present or doesn‘t send valid information.
type: Read-only
value: bool
limits
type: Boolean
const: false
writeable: false
subscr: true
Example:
Tx: {"osc":{"state":{"subscribe":[{"#":{"min":0, "max":0,"count":1000,
"lifetime":60},"mates":{"tx1":{"lock":null}}}]}}}
Rx: {"mates":{"tx1":{"lock":true}}}