When the command endpoints, such as Submit Command for Vehicle is called, the sending application will be informed that the command is in a PENDING state, indicating that it is being processed for submission to the vendor and execution by the target device. Additionally, the Energy Hub will send a notification at this stage. The command submission to the vendor system is handled asynchronously, meaning the caller of the command endpoint does not wait for the command to be submitted to the vendor system. The Energy Hub will provide updates on the command state change via a notification message sent through the appropriate Streaming topic.Documentation Index
Fetch the complete documentation index at: https://developer.energy-hub.io/llms.txt
Use this file to discover all available pages before exploring further.
States of commands
- PENDING: Represents that command is registered and maybe submitted to Vendor system for execution before target device has executed it.
- FAILED: Represents unsuccessful execution of command. Command did not reach Vendor system or it has been rejected by it.
- EXECUTED: Represents successful execution of command.

