endSoC property
Get SoC at route segment end.
Returns
- The SoC percentage at the segment end.
Throws
- An exception if it fails.
Implementation
double get endSoC {
final OperationResult resultString = objectMethod(
_pointerId,
'EVRouteSegment',
'getEndSoC',
);
return resultString['result'];
}