Commands API
Cancel a Command
Cancels a specific Commmand and returns that Command with the updated status.
PATCH
Authorizations
Access Token Authentication
Path Parameters
The id of the Entity
The id of the Command
Response
200 - application/json
OK
A command.
The id of the entity.
The id of the command.
Represents the different states of a command.
Available options:
Canceled
, Failed
, Pending
, Sent
, Succeeded
, Triggered
The trigger time of command.
Represents the available command types
Available options:
Disconnect
, LimitFeedIn
, Reset
, StartCharging
, StopCharging
, StopFeedIn
The value for the issued command.
Represents an error that occurred when command is validated or sent.
Was this page helpful?