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