Advertisement
Poganu

JSON-Database

Apr 9th, 2022
741
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.08 KB | None | 0 0
  1. {
  2.   "client": {
  3.     "CLIENT1": {
  4.       "Masina1": {
  5.         "year": {
  6.           "2022": {
  7.             "month": {
  8.               "04": {
  9.                 "day": {
  10.                   "07": {
  11.                     "hour": {
  12.                       "02": {
  13.                         "Engine_ON": 0,
  14.                         "Car_at_base": 0,
  15.                         "Car_speed": 0,
  16.                         "PING_respose": 0,
  17.                         "CPU_usage": 0,
  18.                         "CPU_temp": 0,
  19.                         "All_Errors": 0,
  20.                         "Video0_Errors": 0,
  21.                         "Camera_connected": 0,
  22.                         "USB_Drive_connected": 0,
  23.                         "Disk_full": 0,
  24.                         "Files_list": 0,
  25.                         "Uploading_gap": 0,
  26.                         "Latest_video_tdelta": 0,
  27.                         "Python_processes": 0
  28.                       }
  29.                     }
  30.                   }
  31.                 }
  32.               }
  33.             }
  34.           }
  35.         }
  36.       },
  37.       "Masina2": {
  38.         "year": {
  39.           "2022": {
  40.             "month": {
  41.               "04": {
  42.                 "day": {
  43.                   "07": {
  44.                     "hour": {
  45.                       "02": {
  46.                         "Engine_ON": 0,
  47.                         "Car_at_base": 0,
  48.                         "Car_speed": 0,
  49.                         "PING_respose": 0,
  50.                         "CPU_usage": 0,
  51.                         "CPU_temp": 0,
  52.                         "All_Errors": 0,
  53.                         "Video0_Errors": 0,
  54.                         "Camera_connected": 0,
  55.                         "USB_Drive_connected": 0,
  56.                         "Disk_full": 0,
  57.                         "Files_list": 0,
  58.                         "Uploading_gap": 0,
  59.                         "Latest_video_tdelta": 0,
  60.                         "Python_processes": 0
  61.                       }
  62.                     }
  63.                   }
  64.                 }
  65.               }
  66.             }
  67.           }
  68.         }
  69.       },
  70.      
  71.     }
  72.   }
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement