Sound Control Protocol Digital 6000 (EM 6000 | L 6000)

Table Of Contents
SSC Developer‘s guide for Digital 6000 | 22/57
SSC Method List (EM 6000)
8.25 /rx1/skx/capsule
This method returns the transmitter capsule information stored as a string. An empty string indicates
that skx 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 sc", "MMK 965 c", "MMD42-I".
type: Read only
value: string
subscribable
Example:
Tx: {"osc":{"state":{"subscribe":[{"#":{"min":0, "max":0,"count":1000,
"lifetime":60},"rx1":{"skx":{"capsule":null}}}]}}}
Rx: {"rx1":{"skx":{"capsule":"MMD 935"}}}.
8.26 /rx1/skx/cable_emulation
This method returns the transmitter cable emulation information stored as a string. An empty string
indicates the transmitter is not present or doesn’t send valid information. Valid strings: "Line", "Type
1", "Type 2" and "Type 3".
type: Read only
value: string
subscribable
Example:
Tx: {"osc":{"state":{"subscribe":[{"#":{"min":0, "max":0,"count":1000,
"lifetime":60},"rx1":{"skx":{"display":null}}}]}}}
Rx: {"rx1":{"skx":{"display":"Preset"}}}.
8.27 /rx1/skx/battery
This method returns the transmitter battery information stored as a string array with 2 elements
[State,Time]. An empty array indicates that the transmitter is not present or doesn’t send valid bat-
tery information. States: {"100%", "70%", "30%", "low"}. Time notation: "x:xx" or "-:--" if time informa-
tion is not available.
type: Read only
value: string
subscribable
Example:
Tx: {"rx1":{"skx":{"battery":null}}}
Rx: {"rx1":{"skx":{"battery":[]}}}
Rx: {"rx1":{"skx":{"battery":["70%","5:12"]}}}
Rx: {"rx1":{"skx":{"battery":["low","-:--"]}}}.
8.28 /rx1/skx/autolock
This method returns the transmitter autolock information stored as a string ("On" or "Off"). An empty
string indicates that the transmitter is not present or doesn’t send valid information.
type: Read only
value: string
subscribable
Example:
Tx: {"osc":{"state":{"subscribe":[{"#":{"min":0, "max":0,"count":1000,
"lifetime":60},"rx1":{"skx":{"autolock":null}}}]}}}
Rx: {"rx1":{"skx":{"autolock":"Off"}}}