-
-
Notifications
You must be signed in to change notification settings - Fork 443
Description
Checklist
I checked other issues already and found no answer
I checked the documentation and found no answer
I am running the latest version and the feature
Describe the problem you are trying to solve
Actually, I want to start remote transactions from my server (which I have implemented for my application to control the charge point). To start a remote transaction, I have to access the Steve Web interface. It will send a request to the Steve server, and the server will then send a request to the requested charger.
But I want to send a request from my server to Steve's server for starting a remote transaction and for other functionalities as well.
Where should I find relevant routes for these tasks?
"${ctxPath}/manager/operations/${opVersion}/RemoteStartTransaction"
Any kind of help will be appreciated.
...