Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 56/109
SSC Method List (SL Multi-Channel Receiver DW)
11.17 /device/location
Parameter type: String
Permission: Read/Write, Subscribe-able
Pre-condition: N.A.
Post-condition: The change has immediate effect.
Description: Method to retrieve/modify the location name.
Example:
TX: {"device":{"location":null}}
RX: {"device":{"location":"Meeting Room A"}
11.18 /device/position
Parameter type: String
Permission: Read/Write, Subscribe-able
Pre-condition: N.A.
Post-condition: The change has immediate effect.
Description: Method to retrieve/modify the device position.
Example:
TX: {"device":{"position":null}}
RX: {"device":{"position ":" Above central table "}
11.19 /device/system
Parameter type: String
Permission: Read/Write, Subscribe-able
Pre-condition: N.A.
Post-condition: The change has immediate effect.
Description: Method to retrieve/modify the system name.
Example:
TX: {"device":{"system":null}}
RX: {"device":{"system":"System"}}
11.20 /device/language
Parameter type: String
Permission: Read/Write
Pre-condition: N.A.
Post-condition: N.A.
Description: User-settable value determining the language to be used for values returned by the
server which are meant to be displayed to the user. Examples are /osc/error/desc, /osc/limits/.../
desc, /osc/limits/.../option_desc.
An SSC Client can determine the possible language options by querying /osc/limits/device/
language.
Languages are encoded with 2-3-letter-codes as per the locale convention. Default language is
British English, "en_GB".
Support for languages is optional. Restricted SSC Servers may omit description texts completely;
they should return an empty string for /device/language. Servers offering only one fixed language
should return that for /device/language, and refuse attempts to change it.