Sound Control Protocol - (Firmware 1.1.3)

Table Of Contents
SSC Developer‘s guide for EW-DX | 49/57
SSC Method List (EW-DX EM 2)
8.119 /mates/tx1/cable_emulation
TX cable emulation 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 Off
type1 Type 1
type2 Type 2
type3 Type 3
subscr: true
Example:
Tx: {"osc":{"state":{"subscribe":[{"#":{"min":0, "max":0,"count":1000,
"lifetime":60},"mates":{"tx1":{"cable_emulation":null}}}]}}}
Rx: {"mates":{"tx1":{"cable_emulation":"type2"}}}
8.120 /mates/tx2/battery/type
TX battery type info got from receiver channel 2 stored as string.
Possible values: "Battery", "Primary Cell".
Replied error code 424 indicates that TX is not present or doesn‘t send valid battery information.
type: Read-only
value: string
limits
type: String
const: false
writeable: false
subscr: true
Example:
Tx: {"mates":{"tx2":{"battery":{"type":null}}}}
Rx: {"mates":{"tx2":{"battery":{"type":"Battery"}}}}