Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "AllCarSettings": {
- "Sensors": {
- "CompressorPressure": {
- "number": 0,
- "type": "psi",
- "divider": 16,
- "minValue": 16,
- "maxValue": 250
- },
- "FrontLeft": {
- "number": 1,
- "type": "psi",
- "divider": 16,
- "minValue": 16,
- "maxValue": 250
- },
- "FrontRight": {
- "number": 2,
- "type": "psi",
- "divider": 16,
- "minValue": 16,
- "maxValue": 250
- },
- "RearLeft": {
- "number": 3,
- "type": "psi",
- "divider": 16,
- "minValue": 16,
- "maxValue": 250
- },
- "RearRight": {
- "number": 4,
- "type": "psi",
- "divider": 16,
- "minValue": 16,
- "maxValue": 250
- }
- },
- "PresetsValues": [
- {
- "FrontLeft": 10,
- "FrontRight": 10,
- "RearLeft": 10,
- "RearRight": 10
- },
- {
- "FrontLeft": 100,
- "FrontRight": 100,
- "RearLeft": 100,
- "RearRight": 100
- },
- {
- "FrontLeft": 200,
- "FrontRight": 200,
- "RearLeft": 200,
- "RearRight": 200
- },
- {
- "FrontLeft": 1000,
- "FrontRight": 1000,
- "RearLeft": 1000,
- "RearRight": 1000
- }
- ],
- "PresetsCycles": [
- {
- "threshold": 256,
- "upDuration": 1000,
- "downDuration": 500,
- "afterDelay": 200
- },
- {
- "threshold": 76,
- "upDuration": 200,
- "downDuration": 100,
- "afterDelay": 200
- },
- {
- "threshold": 24,
- "upDuration": 50,
- "downDuration": 30,
- "afterDelay": 100
- }
- ],
- "CompressorPressure": {
- "upThreshold": 3000,
- "downThreshold": 2800
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment