« 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 succeeds, it returns TRUE, otherwise FALSE.

Description

If the status is 'Preparing' or 'Finishing', loading can be enabled by this command.

Example

OCPP_RemoteStartTransaction(12345, 1);
Any questions?