« Back to Product

Documentation

OCPP_RemoteStopCurrentTransaction

 boolean OCPP_RemoteStopCurrentTransaction (int $InstanzID, int $ConnectorID) 

Parameters

InstanzID

Instance ID

ConnectorID

ID of the connector

Returns

If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.

Description

If the state is 'Charging', this command can be used to stop the charging. The current TransactionId is taken, which is in the matching variable to the ConnectorId!

Example

OCPP_RemoteStopCurrentTransaction(12345, 1);
Any questions?