stephangroen / tesla-php-client

A PHP client for easy integration of the Tesla API
MIT License
19 stars 8 forks source link

Fix set charge_limit #3

Closed Olen closed 7 years ago

Olen commented 7 years ago

This needs to be set in the body of the post, not in the URL. Also, make sure "percent" is set as a string, not as an int.