DJIBatteryCellVoltageLevel
enum DJIBatteryCellVoltageLevel : uint8_t {}
Battery cell voltage level threshold. Different thresholds will initiate different aircraft behaviors or operations. Level 3 is the lowest level. It is only supported when the connected product is stand-alone A3 and N3.
-
The cell voltage is at a safe level. The aircraft can fly normally.
Declaration
Objective-C
DJIBatteryCellVoltageLevel0
-
The cell voltage is equal to or lower than threshold Level 1. At this level the Level 1 operation will be executed. The threshold value and operation for Level 1 can be configured by the user.
Declaration
Objective-C
DJIBatteryCellVoltageLevel1
-
The cell voltage is equal to or lower than threshold Level 2. At this level the Level 2 operation will be executed. The threshold value and operation for Level 2 can be configured by the user.
Declaration
Objective-C
DJIBatteryCellVoltageLevel2
-
The cell voltage is equal to or lower than Level 3. At this level, the aircraft will start landing. The threshold for Level 3 cannot be configured by the user and is fixed at 3400mV.
Declaration
Objective-C
DJIBatteryCellVoltageLevel3
-
Unknown
Declaration
Objective-C
DJIBatteryCellVoltageLevelUnknown = 255