wallbox
wallbox copied to clipboard
Basic information should be a "GET" not a "PUT"
@SKB-CGN
Under section "Receive Data from the Wallbox - API" subsection "Basic information" the comment states "/* Send a PUT request to the API */" and the code reflects this with "method: 'PUT'"
Using the "PUT" method, I get error "You do not have permission to do this action"
By changing "PUT" to "GET" (which makes sense for retrieving information rather than controlling), I successfully retrieved the information.
Please change it from "PUT" to "GET"
Hi, The PUT command is correctly working, as you also PUT the credentials.