« Back to Product

Documentation

OCPP_RemoteStopTransaction

 boolean OCPP_RemoteStopTransaction (int $InstanzID, int $TransactionID) 

Parameters

InstanzID

Instance ID

TransactionID

ID of the transaction

Returns

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

Description

If the state is set to 'Charging', this command can be used to stop charging. However, not the ConnectorId, but the TransactionId, which is in the appropriate variable, must be passed!

Example

OCPP_RemoteStopTransaction(12345, 4479);
Any questions?