Sound Control Protocol - (Firmware 1.1.3)

Table Of Contents
SSC Developer‘s guide for EW-DX | 48/57
SSC Method List (EW-DX EM 2)
8.116 /mates/tx1/led
TX LED 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":{"led":null}}}]}}}
Rx: {"mates":{"tx1":{"led":true}}}
8.117 /mates/tx1/identification
TX identification information got from receiver channel 1 stored as a boolean.
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":{"identification":null}}}]}}}
Rx: {"mates":{"tx1":{"identification":false}}}
8.118 /mates/tx1/capsule
TX capsule 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: "unknown", "KK 205", "KK 204", "ME 9002", "ME 9004", "ME 9005", "MME 865",
"MD 9235", "MMD 945", "MMD 935", "MMD 845", "MMD 835", "MMD 815-1", "MMK 965", "MMD 42-I"
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":{"capsule":null}}}]}}}
Rx: {"mates":{"tx1":{"capsule":"MMD 935"}}}