Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 39/109
SSC Method List (SL Rack Receiver DW)
8.62 /mates/tx1/switch1/label
Parameter type: String
Permission: Read only
Pre-condition: Link must be established between transmitter and sRX1.
Post-condition: N.A.
Description: Method to get the switch1 label on the transmitter.
Example:
TX: {"mates":{"tx1":{"switch1":{"label":null}}}}
RX: {"mates":{"tx1":{"switch1":{"label":"Mute"}}}}
8.63 /mates/tx1/switch1/state
Parameter type: Boolean
Permission: Read only, Subscribe-able
Pre-condition: Link must be established between transmitter and sRX1.
Post-condition: N.A.
Description: Method to get the switch1 state (Mute switch) on the transmitter. Note that the sRX1 can
have disabled switch1 with the /rx1/mute_switch_active method.
Example:
TX: {"mates":{"tx1":{"switch1":{"state":null}}}}
RX: {"mates":{"tx1":{"switch1":{"state":true}}}}
8.64 /mates/tx1/acoustic
Parameter type: String
Permission: Read only, Subscribe-able
Pre-condition: Link must be established between transmitter and sRX1.
Post-condition: N.A.
Description: Method to get the acoustic input type of mate "tx1". Support transmitters are: "Mic",
"Line", "MME865", "MD42", "MMD945", "MMD935", "MMD845", "MMD835", "MMD815_1", "MMK965s",
"MMK965c", "BOUNDARY" and "GOOSENECK". When a not supported capsule is connected "INCOM-
PATIBLE" will be returned, and if there is no capsule connected "" will be returned.
Examples:
Not connected with a transmitter:
TX: {"mates":{"tx1":{"acoustic":null}}}
RX: {"mates":{"tx1":{"acoustic":""}}}
Connected with a MD42:
TX: {"mates":{"tx1":{"acoustic":null}}}
RX: {"mates":{"tx1":{"acoustic":"MD42"}}}
8.65 /mates/tx1/warnings
Parameter type: String
Permission: Read only, Subscribe-able
Pre-condition: Link must be established between transmitter and sRX1.
Post-condition: N.A.
Description: Method to get transmitter warnings connected to the sRX1. Supported warnings are "" if
there is no warning or "Low Bat" if the capacity of a rechargeable battery is below a certain level or if
the voltage of a battery is below a certain level, the levels are depending on the battery manufacturer
and type of transmitter.