Sound Control Protocol for ew D1

Table Of Contents
SSC Developer‘s guide for evolution wireless D1 | 42/56
SSC Method List
8.32 /device/state
Parameter type: Number (limit range)
Permission: Read only, Subscribe-able
Pre-condition: N.A.
Post-condition: N.A.
Description: Method to retrieve the state of the sRX1.
Index Description
0 Normal
1 Pairing
2 Receiver Update
3 Transmitter Update
4 Transmitter Update Confirmation
5 Transmitter Update Failed
Examples:
TX: {"device":{"state":null}}
RX: {"device":{"state":4}}
8.33 /device/progress
Parameter type: Number (limit range)
Permission: Read only, Subscribe-able
Pre-condition: The sRX1 must be in pairing or (receiver/transmitter) update state.
Post-condition: N.A.
Description: Method to retrieve the displayed progress bar in the sRX1 UI. The parameter value is a
defined range [0..100].
Example:
TX: {"device":{"progress":null}}
RX: {"device":{"progress":4}}
8.34 /device/update/confirmation
Parameter type: Boolean
Permission: Read/Write
Pre-condition: The sRX1 must be in transmitter update confirmation state.
Post-condition: The change has immediately effect.
Description: Method to approve or reject a transmitter update.
Example:
TX: {"device":{"update":{"confirmation":true}}}
RX: {"device":{"update":{"confirmation":true}}}
8.35 /device/max_rf_power_Level
Parameter type: Number (limit range)
Permission: Read only, Subscribe-able
Pre-condition: N.A.
Post-condition: N.A.
Description: Method to retrieve the maximum RF power level of the sRX1 in mW. Supported maximum
RF power levels are 1 mW, 10 mW and 100 mW.