-
Notifications
You must be signed in to change notification settings - Fork 17
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
Fix missing field error for charging event #359
Conversation
Seems this works for the event |
@WebSpider there are two options how this fix can be done:
|
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.
Thanks for your contribution!
Let's try and keep the classes in place unless it really complicates things. Using classes makes it really clear what type of messages we are passing around.
As note: this PR only to fix the error report. I created improvement ticket #370 to refactor the function properly. |
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.
Overall a nice bugfix that lays some good groundwork!
One question left, put inline.
tested with my Superb and looks OK.. also #368 work correctly when I used this change ;) |
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.
Lgtm
As discussed in skodaconnect#359, the car_captured_timestamp can be updated with timestamp value available from service events.
This is draft change for #356.