Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 41/109
SSC Method List (SL Rack Receiver DW)
8.69 /mates/tx1/power_down
Parameter type: Boolean
Permission: Write only
Pre-condition: Link must be established between transmitter and sRX1.
Post-condition: The change has immediate effect.
Description: Method to power down the transmitter remotely.
Example:
TX: {"mates":{"tx1":{"power_down":true}}}
RX: {"mates":{"tx1":{"power_down":true}}}
8.70 /mates/tx1/pairing_lock
Parameter type: Boolean
Permission: Read/Write, Subscribe-able
Pre-condition: Link must be established between transmitter and sRX1.
Post-condition: The change has effect immediately.
Description: Method to enable/disable the pairing button on the transmitter.
Example:
TX: {"mates":{"tx1":{"pairing_lock":null}}}
RX: {"mates":{"tx1":{"pairing_lock":true}}}
8.71 /mates/tx1/auto_power_off
Parameter type: Number (limit range)
Permission: Read/Write, Subscribe-able
Pre-condition: The parameter value must be inside the index range [0-3].
Index Description
0 Off
1 10min
2 20min
3 30min
Post-condition: The change has effect immediately.
Description: Method to set/get auto power off function. If transmitter and receiver are not connected,
the transmitter will power off after 10, 20 or 30 minutes.
Examples:
TX: {"mates":{"tx1":{"auto_power_off":null}}}
RX: {"mates":{"tx1":{"auto_power_off":"1"}}}
TX: {"mates":{"tx1":{"auto_power_off":"3"}}}
RX: {"mates":{"tx1":{"auto_power_off":"3"}}}
8.72 /mates/tx1/led_active
Parameter type: Boolean
Permission: Read/Write, Subscribe-able
Pre-condition: Link must be established between transmitter and sRX1.
Post-condition: The change has effect immediately.
Description: Method to switch off the LED of handheld or bodypack.