Advertisement
MARSHAL327

Untitled

Jul 18th, 2024
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.60 KB | None | 0 0
  1.     "indications": {
  2.       "temperature": {
  3.         "value": 28.4,
  4.         "min": 23.3,
  5.         "max": 37.8,
  6.         "medium": 26.7,
  7.         "yesterday": 27.7
  8.       },
  9.       "wind": {
  10.         "direction": 181.2,
  11.         "todayMax": 1,
  12.         "value": 0.9
  13.       },
  14.       "pressure": {
  15.         "value": 701.7
  16.       },
  17.       "humidity": {
  18.         "value": 93.2,
  19.         "yesterday": 99.3
  20.       },
  21.       "uvIndex": {
  22.         "value": 154.8
  23.       },
  24.       "turbidity": {
  25.         "value": "clear"
  26.       },
  27.       "t_surf": {
  28.         "value": 22
  29.       },
  30.       "Hmean": {
  31.         "value": 0.1
  32.       }
  33.     },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement