Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.51 KB | None | 0 0
  1. {
  2.     "system" : {
  3.         "info" : {
  4.             "device_id" : "001",
  5.             "token" : "asd67Sdgwe234",
  6.             "ip" : "10.10.10.10",
  7.             "networkerrcount" : 3,
  8.             "systemtime" : 53266,
  9.             "watchdog" : 2
  10.         },
  11.         "error" : {
  12.             "code" : 1,
  13.             "msg" : "asd"
  14.         }
  15.     },
  16.     "data" : {
  17.         "wind" : {
  18.             "direction" : "ÉK",
  19.             "speed" : 80
  20.         },
  21.         "rain" : 52,
  22.         "uv" : 8.235,
  23.         "light" : 755.25,
  24.         "temp" : 25.2,
  25.         "box_temp" : 26.1,
  26.         "hum" : 57.5,
  27.         "pressure" : 1008.3,
  28.     "lightning" : 3,
  29.     "smog" : 563,
  30.     "tilt" : 0
  31.     }
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement