Sound Control Protocol - (Firmware 1.1.3)

Table Of Contents
SSC Developer‘s guide for EW-DX | 45/57
SSC Method List (EW-DX EM 2)
8.108 /mates/tx1/version
TX SW version 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: {"mates":{"tx1":{"version":null}}}
Rx: {"mates":{"tx1":{"version":"1.2.3"}}}
8.109 /mates/tx1/type
TX type 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: {"mates":{"tx1":{"type":null}}}
Rx: {"mates":{"tx1":{"type":"SKMPLUS"}}}
8.110 /mates/tx1/trim
TX trim information got from receiver channel 1 stored as a number.
Replied error code 424 indicates that TX is not present or doesn‘t send valid information.
type: Read-only
value: number
limits
type: Number
const: false
writeable: false
units: dB
max: 6
min: -12
inc: 1
subscr: true
Example:
Tx: {"mates":{"tx1":{"trim":null}}}
Rx: {"mates":{"tx1":{"trim":-12}}}