Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 100/109
SSC Method List (CHG 2N/CHG 4N)
14.38 /device/ptxversion_d1
Parameter type: String
Permission: Read, Subscribe-able
Pre-condition: N.A.
Post-condition: N.A.
Description: Get the version of the currently stored ewd1 ptx firmware image. This version can then
be used with "/bays/update" method.
Example:
TX: {"device":{"ptxversion_d1":null}}
RX: {"device":{"ptxversion_d1":"0.7.4"}}
14.39 /device/warnings
Parameter type: Boolean
Permission: Read
Pre-condition: N.A.
Post-condition:
Description:
Example:
TX: {"device":{"warnings":null}}
RX: {"device":{"warnings":[""]}}
14.40 /device/reset
Parameter type: Boolean
Permission: Read/Write
Pre-condition: N.A.
Post-condition: N.A.
Description: A soft reset may be necessary for some configuration settings to take effect.
Example:
TX: {"device":{"reset":true}}
RX: {"device":{"reset":true}}
14.41 /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}}