Sound Control Protocol - (Firmware 1.1.3)

Table Of Contents
SSC Developer‘s guide for EW-DX | 44/57
SSC Method List (EW-DX EM 2)
8.106 /mates/tx1/battery/gauge
TX battery gauge (charge in percent) got from receiver channel 1 stored as number.
Replied error code 424 indicates that TX is not present or doesn‘t send valid battery gauge.
type: Read-only
value: int
limits
type: Number
const: false
writeable: false
units: %
max: 100
min: 0
inc: 1
subscr: true
Example:
Tx: {"mates":{"tx1":{"battery":{"gauge":null}}}}
Rx: {"mates":{"tx1":{"battery":{"gauge":65}}}}
8.107 /mates/tx1/warnings
TX warnings occuring on receiver active link channel 1 stored in an array of strings.
Warnings: [AfPeak, LowBattery].
type: Read-only
value: string
limits
type: String
const: false
writeable: false
count: -1
options:
Option Description
AfPeak AF Peak
LowBattery Low Battery
subscr: true
Example:
Tx: {"mates":{"tx1":{"warnings":null}}}
Rx: {"mates":{"tx1":{"warnings":["LowBattery","AfPeak"]}}}