Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
zapccu committed May 5, 2023
1 parent 9d11575 commit fbeadda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class SmaEvCharger extends utils.Adapter {
password: this.config.password
},{
headers: {
'Content-Type': 'multipart/form-data'
'Content-Type': 'application/x-www-form-urlencoded'
}
})
.then((response) => {
Expand Down

0 comments on commit fbeadda

Please sign in to comment.