Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 63/109
SSC Method List (SL Multi-Channel Receiver DW)
11.44 /device/rfpi
Parameter type: String
Permission: Read only, Subscribe-able
Pre-condition: N.A.
Post-condition: N.A.
Description: Returns the RFPI of the SL MCR DW.
Examples:
TX: {"rx1":{"rfpi":null}}
RX: {"rx1":{"rfpi":"028112cf28"}}
11.45 /device/restart
Parameter type: Boolean
Permission: Read/Write
Pre-condition: N.A.
Post-condition: N.A.
Description: Method to restart the device.
Example:
TX: {"device":{"restart":true}}
RX: {"device":{"restart":true}}
11.46 /device/standby
Parameter type: Boolean
Permission: Read/Write
Pre-condition: N.A.
Post-condition: N.A.
Description: Method to put the device in standby mode. The standby-mode can be left by sending a
standardized WakeOnLan command over the network to the SLMCRDW.
Example:
TX: {"device":{"standby":true}}
RX: {"device":{"standby":true}}
11.47 /device/restore
Parameter type: String
Permission: Read/Write
Pre-condition: The parameter value must be one of the following options.
Option Description
FACTORY_DEFAULTS FACTORY_DEFAULTS sets the factory defaults and restarts the device.
AUDIO_DEFAULTS AUDIO_DEFAULTS sets the audio effects/custom EQ defaults.
Post-condition: The device will either restart itself so that after restart the new settings are used or
immediately uses the audio defaults settings.
Description: Method to default parameters dependent on the option selected
Example:
TX: {"device":{"restore":"AUDIO_DEFAULTS"}
RX: {"device":{"restore":"AUDIO_DEFAULTS"}