Sound Control Protocol - (Firmware 1.1.3)

Table Of Contents
SSC Developer‘s guide for EW-DX | 46/57
SSC Method List (EW-DX EM 2)
8.111 /mates/tx1/name
TX name 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.
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":{"name":null}}}]}}}
Rx: {"mates":{"tx1":{"name":"DEVICE2"}}}
8.112 /mates/tx1/mute_config
TX mute configuration (mute mode) 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.
type: Read-only
value: string
limits
type: String
const: false
writeable: false
options:
Option Description
off Disabled
rf_mute RF mute
af_mute AF mute
subscr: true
Example:
Tx: {"osc":{"state":{"subscribe":[{"#":{"min":0, "max":0,"count":1000,
"lifetime":60},"mates":{"tx1":{"mute_config":null}}}]}}}
Rx: {"mates":{"tx1":{"mute_config":"af_mute"}}}