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