Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 33/109
SSC Method List (SL Rack Receiver DW)
Example:
TX: {"device":{"reset":true}}
RX: {"device":{"reset":true}}
8.39 /device/factory_reset
Parameter type: Boolean
Permission: Read/Write
Pre-condition: N.A.
Post-condition: The device will restart itself so that after restart the new settings are used.
Description: Boolean value to re-configure the device with factory defaults.
Example:
TX: {"device":{"factory_reset":true}}
RX: {"device":{"factory_reset":true}}
8.40 /rx1/identify
Parameter type: Boolean
Permission: Read/Write, Subscribe-able
Pre-condition: The sRX1 should not be in pairing or walk-test mode.
Post-condition: The change has immediately effect.
Description: Method to start/stop the identify mode on the sRX1.
Example:
TX: {"rx1":{"identify":true}}
RX: {"rx1":{"identify":true}}
8.41 /rx1/pair
Parameter type: Boolean
Permission: Read/Write, Subscribe-able
Pre-condition: The sRX1 should not be in walk-test mode.
Post-condition: The change has immediately effect.
Description: Method to start/stop the pair mode on the sRX1.
Example:
TX: {"rx1":{"pair":true}}
RX: {"rx1":{"pair":true}}
8.42 /rx1/rf_quality
Parameter type: Number
Permission: Read only, Subscribe-able
Pre-condition: N.A.
Post-condition: N.A.
Description: Method to the RF quality in percentage.
Example:
TX: {"rx1":{"rf_quality":null}}
RX: {"rx1":{"rf_quality":50}}