-
-
Notifications
You must be signed in to change notification settings - Fork 784
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
Add Toyota #18716
Add Toyota #18716
Conversation
From here it should be easily possible to also retrieve the climate state.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great PR!
Great Review! 👍 |
Need to do another round, sorry :/ |
…pe/accept headers
ef78443
to
0a2bdb9
Compare
As many as necessary. Am new to go so happy about every feedback to learn. 👍 |
The point here is to avoid the ducktyping. If you need more than the interface, either expand that or simply use the actual type (...which still fulfills the interface!). |
Yep, much cleaner that way. Thx! |
Adds Toyota to the vehicle list. Retrieving SOC works fine for my bZ4X.
Should be easy enough from here to also read the climate state, etc.
