Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 74/109
SSC Method List (SL Multi-Channel Receiver DW)
Pre-condition: N.A.
Post-condition: N.A.
Description: Method to configure the automatic power down feature on the transmitter.
Option Description
OFF Automatic power down disabled on transmitter
10MIN Transmitter is switched off after 10 minutes without active link
20MIN Transmitter is switched off after 20 minutes without active link
30MIN Transmitter is switched off after 30 minutes without active link
Examples:
TX: {"mates":{"tx1":{"auto_power_off":null}}}
RX: {"mates":{"tx1":{"auto_power_off":"OFF"}}}
TX: {"mates":{"tx1":{"auto_power_off":"10MIN"}}}
RX: {"mates":{"tx1":{"auto_power_off":"10MIN"}}}
11.85 /mates/tx1/power_lock
Parameter type: Boolean
Permission: Read/Write, Subscribe-able
Pre-condition: N.A.
Post-condition: N.A.
Description: Method to disable the power button on the transmitter.
Example:
TX: {"mates":{"tx1":{"power_lock":null}}}
RX: {"mates":{"tx1":{"power_lock":false}}}
11.86 /mates/tx1/pairing_button_lock
Parameter type: Boolean
Permission: Read/Write, Subscribe-able
Pre-condition: N.A.
Post-condition: N.A.
Description: Method to disable the pairing button on the transmitter.
Example:
TX: {"mates":{"tx1":{"pairing_button_lock":null}}}
RX: {"mates":{"tx1":{"pairing_button_lock":false}}}
11.87 /mates/tx1/warnings
Parameter type: String
Permission: Read only, Subscribe-able
Pre-condition: Link must be established between transmitter and SLMCRDW.
Post-condition: N.A.
Description: Method to get transmitter warnings connected to the SLMCRDW. 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.
Example:
TX: {"mates":{"tx1":{"warnings":null}}}
RX: {"mates":{"tx1":{"warnings":["Low Bat"]}}}