Last active
February 23, 2022 14:55
-
-
Save makvoid/a411d74902eda51e99cb262010cf455e to your computer and use it in GitHub Desktop.
AHT20 entries.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"location": "Garage", | |
"temperature": "73.67", | |
"humidity": "37.48", | |
"date": "2022-02-20T22:41:38.783012" | |
}, | |
{ | |
"location": "Garage", | |
"temperature": "73.32", | |
"humidity": "37.67", | |
"date": "2022-02-20T22:51:21.826244" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment