« Back to Product

Documentation

OCPP_RemoteStartTransaction

 boolean OCPP_RemoteStartTransaction (int $InstanceID, int $ConnectorID) 

Parameters

InstanceID

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 status is 'Preparing' or 'Finishing', loading can be enabled by this command.

Example

OCPP_RemoteStartTransaction(12345, 1);
Any questions?