Advertisement
Guest User

json

a guest
Mar 30th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. [
  2. {
  3. "index": 0,
  4. "minTemp": 5,
  5. "maxTemp": 30,
  6. "currentTemp": 30,
  7. "minHumidity": 0,
  8. "maxHumidity": 100,
  9. "currentHumidity": 10,
  10. "minPressure": 900,
  11. "maxPressure": 1100,
  12. "currentPressure": 1000,
  13. "minCo2": 300,
  14. "maxCo2": 1000,
  15. "currentCo2": 1000,
  16. "minVoc": 0,
  17. "maxVoc": 50,
  18. "currentVoc": 10,
  19. "timestamp": "2019-02-19T04:56:07 -02:00"
  20. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement