Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 26/109
SSC Method List (SL Rack Receiver DW)
8.14 /device/name
Parameter type: String
Permission: Read/Write, Subscribe-able
Pre-condition: N.A.
Post-condition: N.A.
Description: User-settable persistent device name. This name should be the preferred, and most
convenient way for the customer to identify devices. If the device has a display, this name should be
displayed there; if it has a menu, this name should be configurable.
If the device is networked, this name shall be used as the name for device discovery. If device dis-
covery automatically renames the device to resolve naming conflicts, this should be reflected in this
property as well as in the display of the device.
Example:
TX: {"device":{"name":null}}
RX: {"device":{"name":"SLDW"}}
8.15 /device/group
Parameter type: String
Permission: Read/Write, Subscribe-able
Pre-condition: A reduced charset is supported: ‘0’-‘9’, ‘-‘, ‘_’, ‘A’-‘Z’ and ‘a’-‘z’, and following rules
should be followed:
1. A group name SHOULD start only with a letter.
2. A group name MAY end with a letter or a number.
3. A group name SHOULD NOT start or end with a ‘-’ (dash) or ‘_’ (underscore).
4. A group name MAY be up to 8 characters.
Post-condition: The change has immediately effect.
Description: Method to retrieve/modify the group name. This parameter is related to the sRX1 UI
menu item "Location".
Example:
TX: {"device":{"group":null}}
RX: {"device":{"group":"room"}}
8.16 /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/lan-
guage.
Languages are encoded with 2-3-letter-codes as per the locale convention. Default language is Brit-
ish 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.