Skip to content
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: support temperature events with backfill field #16

Conversation

hasfjord
Copy link
Contributor

The decoding using ast.literal_eval failed due to a newly introduced field in the temperature events. The boolean isBackfilled could not be decoded by ast because it needs valid python and a all lower case 'false' in json would not work. Changed to using json.loads to unmarshal the json object.

The decoding using ast.literal_eval failed due to a newly introduced field in the temperature events. The boolean isBackfilled could not be decoded by ast because it needs valid python and a all lower case 'false' in json would not work. Changed to using json.loads to unmarshal the json object.
@jhgjeraker jhgjeraker merged commit 1818709 into disruptive-technologies:main May 29, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants