Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 99/109
SSC Method List (CHG 2N/CHG 4N)
14.34 /device/network/mdns_responder
Parameter type: Boolean
Permission: Read/Write, Subscribe-able
Pre-condition: N.A.
Post-condition: The change has effect after restart of the device.
Description: Method to retrieve/modify the setting to enable/disable mDNS. This parameter is relat-
ed to the sRX1 UI menu item "mDNS" under "Network Settings".
Example:
TX: {"device":{"network":{"mdns_responder":null}}}
RX: {"device":{"network":{"mdns_responder":true}}}
14.35 /device/state
Parameter type: Number
Permission: Read only, Subscribe-able
Pre-condition: N.A.
Post-condition: N.A.
Description: Read value is a ‘0’ (Normal mode) or a ‘1’ (FWU mode). At the end of a firmware update
process the charger does a restart to run the new firmware. This means that all subscriptions are
obsolete.
Example:
TX: {"device":{"state":null}}
RX: {"device":{"state":0}}
14.36 /device/progress
Parameter type: Number
Permission: Read only, Subscribe-able
Pre-condition: N.A.
Post-condition: N.A.
Description: Read value is a percentage value between ‘0’ and ‘100’ to indicate the progress of a char-
ger firmware update process. At the end of a firmware update process the charger does a restart to
run the new firmware. This means that all subscriptions are obsolete.
Example:
TX: {"device":{"progress":null}}
RX: {"device":{"progress":17}}
14.37 /device/ptxversion_sl
Parameter type: String
Permission: Read, Subscribe-able
Pre-condition: N.A.
Post-condition: N.A.
Description: Get the version of the currently stored speechline ptx firmware image. This version can
then be used with "/bays/update" method.
Example:
TX: {"device":{"ptxversion_sl":null}}
RX: {"device":{"ptxversion_sl":"0.7.4"}}