We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
case 'openFrunk': return tjs.openTrunkAsync({authToken, vehicleID}, "front"); case 'openTrunk': return tjs.openTrunkAsync({authToken, vehicleID}, "rear");
Those two string should be "TRUNK" and "FRUNK". See TeslaJS openFrunkASYNC
The text was updated successfully, but these errors were encountered:
Well, scratch that. It appears "front" and "rear" is correct. This was fixed in commit Dec 28
But the version in NPM still contains the bug. Perhaps the NPM package hasn't been updated correctly?
Sorry, something went wrong.
Just change in the src/testla.js file "frunk" => "front" and "trunk" => "rear". Then it works.
No branches or pull requests
Those two string should be "TRUNK" and "FRUNK". See TeslaJS openFrunkASYNC
The text was updated successfully, but these errors were encountered: