departureSoC property
Get departure SoC.
Returns
- The state of charge at the departure point, as a percentage.
Throws
- An exception if it fails.
Implementation
double get departureSoC {
final OperationResult resultString = objectMethod(
_pointerId,
'EVRoute',
'getDepartureSoC',
);
return resultString['result'];
}