Sound Control Protocol for SpeechLine Digital Wireless

Table Of Contents
SSC Developer‘s guide for SpeechLine Digital Wireless | 103/109
SSC Method List (CHG 2N/CHG 4N)
Description: Charger returns the remaining capacity of the inserted pTx in percent.
Example CHG 2N:
TX: {"bays":{"bat_gauge":null}}
RX: {"bays":{"bat_gauge":[0,100]}}
Example CHG 4N:
TX: {"bays":{"bat_gauge":null}}
RX: {"bays":{"bat_gauge":[0,100,0,100]}}
14.49 /bays/bat_timetofull
Parameter type: Array of 2 numbers (CHG 2N) / Array of 4 numbers (CHG 4N)
Permission: Read only, Subscribe-able
Pre-Condition: N.A.
Post-Condition: N.A.
Description: Charger returns the remaining time in minutes until the inserted transmitters are fully
charged.
Example CHG 2N:
TX: {"bays":{"bat_timetofull":null}}
RX: {"bays":{"bat_timetofull":[0,10]}}
Example CHG 4N:
TX: {"bays":{"bat_timetofull":null}}
RX: {"bays":{"bat_timetofull":[0,10,100,85]}}
14.50 /bays/bat_bars
Parameter type: Array of 2 numbers (CHG 2N) / Array of 4 numbers (CHG 4N)
Permission: Read only, Subscribe-able
Pre-Condition: N.A.
Post-Condition: N.A.
Description: Charger returns the number of bars in the display of the PP.
Example CHG 2N:
TX: {"bays":{"bat_bars":null}}
RX: {"bays":{"bat_bars":[0,6]}}
Example CHG 4N:
TX: {"bays":{"bat_bars":null}}
RX: {"bays":{"bat_bars":[0,6,5,6]}}
14.51 /bays/bat_health
Parameter type: Array of 2 numbers (CHG 2N) / Array of 4 numbers (CHG 4N)
Permission: Read only, Subscribe-able
Pre-condition: N.A.
Post-condition: N.A.
Description: Method to retrieve the health status of the batteries of the inserted transmitters.
Example CHG 2N:
TX: {"bays":{"bat_health":null}}
RX: {"bays":{"bat_health":[0,95]}}
Example CHG 4N:
TX: {"bays":{"bat_health":null}}
RX: {"bays":{"bat_health":[0,95,100,100]}}