Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 58/109
SSC Method List (SL Multi-Channel Receiver DW)
11.25 /device/identity/vendor
Parameter type: String
Permission: Read only
Pre-condition: N.A.
Post-condition: N.A.
Description: Device vendor name.
Example:
TX: {"device":{"identity":{"vendor":null}}}
RX: {"device":{"identity":{"vendor":"Sennheiser electronic GmbH & Co. KG"
}}}
11.26 /device/led/brightness
Parameter type: Number (limit range)
Permission: Read/Write, Subscribe-able
Pre-condition: The parameter value must an integer value in the range [0..5]
Post-condition: The change has immediately effect.
Description: Method to retrieve/modify the LED brightness of the SL MCR DW.
Example:
TX: {"device":{"led":{"brightness":5}}}
RX: {"device":{"led":{"brightness":5}}}
11.27 /device/network/ether/interfaces
Parameter type: String
Permission: Read only
Pre-condition: N.A.
Post-condition: N.A.
Description: Read-only array containing a list of all the user-relevant Ethernet interfaces of the de-
vice.
Example:
TX: {"device":{"network":{"ether":{"interfaces":null}}}}
RX: {"device":{"network":{"ether":{"interfaces":["eth0"]}}}}
11.28 /device/network/ether/macs
Parameter type: String
Permission: Read only
Pre-condition: N.A.
Post-condition: N.A.
Description: Read-only array containing a list of the MAC addresses of all the user-relevant Ethernet
interface of the device. The order of the list matches /device/network/ether/interfaces. The MAC
addresses are specified as strings in standard hex-colon-notation.
Example:
TX: {"device":{"network":{"ether":{"macs":null}}}}
RX: {"device":{"network":{"ether":{"macs":["00:1b:66:c3:51:cd"]}}}}