-
-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to add a charge point using curl #1054
Comments
There is no api for that. See #1000 |
Thanks for your answer, but is there any way else to do that in php ? |
Yes. Not recommended but you can use pdo, connect to the database and add the expected entries in the appropriate tables. |
If you can explain me how please it will be really helpeful. Thanks |
If you don't know, it will be too complicate. |
Alright, thank you. Last question can I use php to connect to the database and add the expected entries in the appropriate tables ? |
sure, you can. if you use the correct credentials, you can connect and do anything you want with the database/tables. |
oK thanks |
Checklist
Specifications
Expected Behavior
Give a solution to add a chargepoint using curl (ps: I'm using php).
Actual Behavior
Nothing
Steps to Reproduce the Problem
Additional context
I'm also wondering what is the meanning of "dquote>" if you can help me.
The text was updated successfully, but these errors were encountered: