Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 66/109
SSC Method List (SL Multi-Channel Receiver DW)
Example:
TX: {"rx1":{"update":{"confirmation":true}}}
RX: {"rx1":{"update":{"confirmation":true}}}
11.55 /rx1/update/progress
Parameter type: Number (limit range)
Permission: Read only, Subscribe-able
Pre-condition: The channel must be in transmitter update ("FWU_OTA") state.
Post-condition: N.A.
Description: Method to retrieve the update progress of the transmitter connected to the channel in
percent.
Example:
TX: {"rx1":{"update":{"progress":null}}}
RX: {"rx1":{"update":{"progress":45}}}
11.56 /rx1/pair/enable
Parameter type: Boolean
Permission: Read/Write, Subscribe-able
Pre-condition: The channel should not be in WALKTEST state nor in identify mode.
Post-condition: The change has immediate effect.
Description: Method to start/stop the pair mode on the channel.
Example:
TX: {"rx1":{"pair":{"enable":true}}}
RX: {"rx1":{"pair":{"enable":true}}}
11.57 /rx1/pair/progress
Parameter type: Number (limit range)
Permission: Read only, Subscribe-able
Pre-condition: The SL MCR DW channel must be in PAIRING state.
Post-condition: N.A.
Description: Method to retrieve the pairing countdown value in seconds from the pairing mode. It
starts from 120 and ends up with 0 if timeout is reached and no device has been paired.
Example:
TX: {"rx1":{"pair":{"progress":null}}}
RX: {"rx1":{"pair":{"progress":105}}}
11.58 /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}}