Sound Control Protocol - (Firmware 1.1.3)

Table Of Contents
SSC Developer‘s guide for EW-DX | 22/57
SSC Method List (EW-DX EM 2)
8.26 /device/frequency_ranges
Command to read receiver device frequency ranges.
Format of replied string array:
["<range_1 start frequency>:<range_1 step>:<range_1 end frequency>",
"<range_2 start frequency>:<range_2 step>:<range_2 end frequency>",...,
"<range_n start frequency>:<range_n step>:<range_n end frequency>"]
type: Read-only
value: String
limits
type: String
const: true
writeable: false
count: -1
Example:
{"device":{"frequency_ranges":
["470000000:25000:514875000","522100000:25000:550000000"]}}
This means: [470MHz..514.875MHz], [522.1MHz..550MHz] step=25kHz
8.27 /device/frequency_code
Command to read receiver device frequency range code.
type: Read-only
value: String
limits
type: String
const: true
writeable: false
Example:
{"device":{"frequency_code":"Q1-9"}}
8.28 /device/encryption
Activate/Deactivate encryption on the device.
type: Read/Write
value: Boolean
limits
type: Boolean
const: false
writeable: true
subscr: true
8.29 /interface/version
Command to read EW-DX SSC interface version.
type: Read-only
value: String
limits
type: String
const: true
writeable: false