Regela

Untitled

Nov 24th, 2020
744
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.83 KB | None | 0 0
  1. {
  2.   "AllCarSettings": {
  3.     "Sensors": {
  4.       "CompressorPressure": {
  5.         "number": 0,
  6.         "type": "psi",
  7.         "divider": 16,
  8.         "minValue": 16,
  9.         "maxValue": 250
  10.       },
  11.       "FrontLeft": {
  12.         "number": 1,
  13.         "type": "psi",
  14.         "divider": 16,
  15.         "minValue": 16,
  16.         "maxValue": 250
  17.       },
  18.       "FrontRight": {
  19.         "number": 2,
  20.         "type": "psi",
  21.         "divider": 16,
  22.         "minValue": 16,
  23.         "maxValue": 250
  24.       },
  25.       "RearLeft": {
  26.         "number": 3,
  27.         "type": "psi",
  28.         "divider": 16,
  29.         "minValue": 16,
  30.         "maxValue": 250
  31.       },
  32.       "RearRight": {
  33.         "number": 4,
  34.         "type": "psi",
  35.         "divider": 16,
  36.         "minValue": 16,
  37.         "maxValue": 250
  38.       }
  39.     },
  40.     "PresetsValues": [
  41.       {
  42.         "FrontLeft": 10,
  43.         "FrontRight": 10,
  44.         "RearLeft": 10,
  45.         "RearRight": 10
  46.       },
  47.       {
  48.         "FrontLeft": 100,
  49.         "FrontRight": 100,
  50.         "RearLeft": 100,
  51.         "RearRight": 100
  52.       },
  53.       {
  54.         "FrontLeft": 200,
  55.         "FrontRight": 200,
  56.         "RearLeft": 200,
  57.         "RearRight": 200
  58.       },
  59.       {
  60.         "FrontLeft": 1000,
  61.         "FrontRight": 1000,
  62.         "RearLeft": 1000,
  63.         "RearRight": 1000
  64.       }
  65.     ],
  66.     "PresetsCycles": [
  67.       {
  68.         "threshold": 256,
  69.         "upDuration": 1000,
  70.         "downDuration": 500,
  71.         "afterDelay": 200
  72.       },
  73.       {
  74.         "threshold": 76,
  75.         "upDuration": 200,
  76.         "downDuration": 100,
  77.         "afterDelay": 200
  78.       },
  79.       {
  80.         "threshold": 24,
  81.         "upDuration": 50,
  82.         "downDuration": 30,
  83.         "afterDelay": 100
  84.       }
  85.     ],
  86.     "CompressorPressure": {
  87.       "upThreshold": 3000,
  88.       "downThreshold": 2800
  89.     }
  90.   }
  91. }
Advertisement
Add Comment
Please, Sign In to add comment