Sound Control Protocol for ew D1

Table Of Contents
SSC Developer‘s guide for evolution wireless D1 | 46/56
SSC Method List
8.48 /mates/tx1/device_type
Parameter type: Number (limit range)
Permission: Read, Subscribe-able
Pre-condition: /mates/tx1 must be active.
Post-condition: NA.
Description: Method to retrieve the transmitter type.
Index Description
0 Handheld
1 Bodypack
2 Tablestand
3 Boundary
Example:
TX: {"mates":{"tx1":{"device_type":null}}}
RX: {"mates":{"tx1":{"device_type":2}}}
8.49 /mates/tx1/bat_type
Parameter type: Number (limit range)
Permission: Read only, Subscribe-able
Pre-condition: Link must be established between transmitter and sRX1.
Post-condition: N.A.
Description: Method to retrieve type of the battery.
Index Description
0 Battery
1 Rechargeable
Examples:
TX: {"mates":{"tx1":{"bat_type":null}}}
RX: {"mates":{"tx1":{"bat_ type":0}}}
8.50 /mates/tx1/bat_state
Parameter type: Number
Permission: Read only, Subscribe-able
Pre-condition: Link must be established between transmitter and sRX1.
Post-condition: N.A.
Description: Method to retrieve status of the battery. If the connected transmitter uses a recharge-
able battery and the lifetime is available the SSC Server will return with /mates/tx1/bat_lifetime,
in all other cases it will return with /mates/tx1/bat_gauge. Note that it takes some time before it is
possible to retrieve the predicted lifetime of a rechargeable battery, before the lifetime is available
the actual capacity of the rechargeable battery is used.
Examples:
TX: {"mates":{"tx1":{"bat_state":null}}}
RX: {"mates":{"tx1":{"bat_gauge":16}}}
TX: {"mates":{"tx1":{"bat_state":null}}}
RX: {"mates":{"tx1":{"bat_lifetime":13560}}}