Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 67/109
SSC Method List (SL Multi-Channel Receiver DW)
11.59 /rx1/walktest
Parameter type: Boolean
Permission: Read/Write, Subscribe-able
Pre-condition: The channel shall be connected and not be in pairing or identify mode.
Post-condition: The change has immediately effect.
Description: Method to start/stop the walk-test mode on the SLMCRDW.
Example:
TX: {"rx1":{"walktest":true}}
RX: {"rx1":{"walktest":true}}
11.60 /rx1/mates
Parameter type: String
Permission: Read only, Subscribe-able
Pre-condition: N.A.
Post-condition: N.A.
Description: Method to retrieve the active transmitters connected to the channel.
Examples:
TX: {"rx1":{"mates":null}}
RX: {"rx1":{"mates":["mates/tx1"]}}
11.61 /rx1/mute_mode
Parameter type: String (limit range)
Permission: Read/write, Subscribe-able
Pre-condition: N.A.
Post-condition: N.A.
Description: Method to configure the mute mode on the connected Transmitter.
Option Description
OFF Mute switch functionality disabled on transmitter.
ON Mute switch functionality enabled on transmitter.
PUSH_TO_TALK Push to talk functionality enabled on transmitter.
PUSH_TO_MUTE Push to mute functionality enabled on transmitter.
ROOM_MUTE Location based mute functionality enabled on transmitter.
Examples:
TX: {"rx1":{"mute_mode":null}}
RX: {"rx1":{"mute_mode":"ON"}}
11.62 /rx1/mute_state
Parameter type: Boolean
Permission: Read/Write, Subscribe-able
Pre-condition: N.A.
Post-condition: The change has immediately effect.
Description: Method to retrieve and to set the mute state of the connected Transmitter.
Example:
TX: {"rx1":{"mute_state":null}}
RX: {"rx1":{"mute_state":false}}