Sound Control Protocol Digital 6000 (EM 6000 | L 6000)

Table Of Contents
SSC Developer‘s guide for Digital 6000 | 42/57
SSC Method List (L 6000)
11. SSC Method List (L 6000)
11.1 /slot1/subslot1/led
This method returns the subslot LED status.
type: Read
value: String
subscribable
limits
type: String
options , option_desc
1. OFF , No battery detected
2. GREEN , State of charge in range 97% - 100%
3. GREEN_FLASHING , State of charge in range 81% - 96%
4. YELLOW , State of charge in range 0% - 80%
5. YELLOW_FLASHING , Battery in regeneration
6. RED , Battery defect
7. RED_FLASHING , Temperature out of range (normal operating temp: 0°C - 50°C)
8. GREEN_RED_FLASHING , Storage Mode: no battery detected
9. YELLOW_RED_FLASHING , Storage Mode: when battery is out of storage capacity
(69% - 71%)
10. YELLOW_GREEN_FLASHING , Storage Mode: battery has storage capacity
(69% - 71%)
11. DEV_IDENTIFY , Identify battery
Example:
Tx: {"slot1":{"subslot1":{"led":null}}}
Rx: {"slot1":{"subslot1":{"led":"GREEN"}}}
11.2 /slot1/subslot1/identify
This method identifies a subslot by changing colours of leds.
type: Read-only
Example:
Tx: {"slot1":{"subslot1":{"identify":null}}}
Rx: {"slot1":{"subslot1":{"identify":true}}}
11.3 /slot1/subslot1/accu_parameter
This method returns the accu parameter as follows: [temperature [°C], voltage [mV], capacity [mAh],
current [mA], energy [mWh], operating time [h], operating time [min], state of charge [%], cycle
count [-], state of health [%], time to full [h], time to full [min]] Please note: The returned array is only
valid if the battery is present.
type: Array
value: Number
subscribable
Example:
Tx: {"slot1":{"subslot1":{"accu_parameter":null}}}
Rx: {"slot1":{"subslot1":{"accu_parameter":[24.0,3939,1459,0,5235,4,
0,69,0,100,340,30]}}}