Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 93/109
SSC Method List (CHG 2N/CHG 4N)
Two styles are defined:
prettyprint = false compact representation, no whitespace
prettyprint = true formatted by adding whitespace
Examples:
TX: {"osc":{"state":{"prettyprint":null}}}
RX: {"osc":{"state":{"prettyprint":false}}}
TX: {"device":{"name":null}}
RX: {"device":{"name":"example device"}}
Example
TX: {"osc":{"state":{"prettyprint":true}}}
RX: { "osc": { "state": { "prettyprint": true }}}
TX: {"device":{"name":null}}
RX: { "device": { "name": "example device" }}
14.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 CHG 2N:
TX: {"device":{"name":null}}
RX: {"device":{"name":"CHG2N"}}
Example CHG 4N:
TX: {"device":{"name":null}}
RX: {"device":{"name":"CHG4N"}}
14.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":"room"}}
RX: {"device":{"group":"room"}}