Sound Control Protocol for ew D1

Table Of Contents
SSC Developer‘s guide for evolution wireless D1 | 37/56
SSC Method List
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":"ewD1"}}
8.15 /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.
Example:
TX: {"device":{"language":null}}
RX: {"device":{"language":["en_GB"]}}
8.16 /device/identity/product
Parameter type: String
Permission: Read only
Pre-condition: N.A.
Post-condition: N.A.
Description: Product identification, should be identical to the designation on the label on the product
itself or to the included electronic/component.
Example:
TX: {"device":{"identity":{"product":null}}}
RX: {"device":{"identity":{"product":"ewD1"}}}