Created
April 23, 2023 16:46
-
-
Save tushar4303/306801da3b0542066151936ec16368cb to your computer and use it in GitHub Desktop.
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
[ | |
{ | |
"time": "2022-01-01T00:00:00Z", | |
"temperature": 25.0, | |
"humidity": 60.0, | |
"co2": 800.0 | |
}, | |
{ | |
"time": "2022-01-01T01:00:00Z", | |
"temperature": 26.0, | |
"humidity": 58.0, | |
"co2": 850.0 | |
}, | |
{ | |
"time": "2022-01-01T02:00:00Z", | |
"temperature": 28.0, | |
"humidity": 55.0, | |
"co2": 900.0 | |
}, | |
{ | |
"time": "2022-01-01T03:00:00Z", | |
"temperature": 29.0, | |
"humidity": 52.0, | |
"co2": 950.0 | |
}, | |
{ | |
"time": "2022-01-01T04:00:00Z", | |
"temperature": 30.0, | |
"humidity": 50.0, | |
"co2": 1000.0 | |
}, | |
{ | |
"time": "2022-01-01T05:00:00Z", | |
"temperature": 31.0, | |
"humidity": 49.0, | |
"co2": 1050.0 | |
}, | |
{ | |
"time": "2022-01-01T06:00:00Z", | |
"temperature": 32.0, | |
"humidity": 47.0, | |
"co2": 1100.0 | |
}, | |
{ | |
"time": "2022-01-01T07:00:00Z", | |
"temperature": 33.0, | |
"humidity": 45.0, | |
"co2": 1150.0 | |
}, | |
{ | |
"time": "2022-01-01T08:00:00Z", | |
"temperature": 34.0, | |
"humidity": 44.0, | |
"co2": 900.0 | |
}, | |
{ | |
"time": "2022-01-01T09:00:00Z", | |
"temperature": 35.0, | |
"humidity": 42.0, | |
"co2": 950.0 | |
}, | |
{ | |
"time": "2022-01-01T10:00:00Z", | |
"temperature": 36.0, | |
"humidity": 40.0, | |
"co2": 1000.0 | |
}, | |
{ | |
"time": "2022-01-01T11:00:00Z", | |
"temperature": 37.0, | |
"humidity": 38.0, | |
"co2": 950.0 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment