Commands API
Trigger a Command
Sends a new Command for immediate execution and returns the new Command.
POST
Authorizations
Access Token Authentication
Path Parameters
The id of the Entity
Query Parameters
Ignore internal cooldowns of the Entity. Using this may result in Commands not being executed!
Body
The Command to send
A command.
The type of the command.
The value for the command.
Response
201 - application/json
Created
A command.
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
, StartCharging
, StopCharging
The value for the issued command.
Represents an error that occurred when command is validated or sent.
Was this page helpful?