summaryrefslogtreecommitdiff
path: root/android/sdl_android/src/androidTest/assets/json/SubscribeVehicleData.json
blob: c61da06615c63ab32da7f04b7cb3941064fc2a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
  "request":{
    "name":"SubscribeVehicleData",
    "correlationID":163,
    "parameters":{
      "speed":true,
      "rpm":true,
      "externalTemperature":false,
      "fuelLevel":true,
      "prndl":true,
      "tirePressure":true,
      "engineTorque":false,
      "engineOilLife":true,
      "odometer":true,
      "gps":false,
      "fuelLevel_State":true,
      "instantFuelConsumption":false,
      "beltStatus":true,
      "bodyInformation":false,
      "deviceStatus":true,
      "driverBraking":true,
      "wiperStatus":false,
      "headLampStatus":true,
      "accPedalPosition":true,
      "steeringWheelAngle":true,
      "eCallInfo":false,
      "airbagStatus":true,
      "emergencyEvent":false,
      "clusterModeStatus":true,
      "myKey":true,
      "fuelRange":true,
      "turnSignal":true,
      "electronicParkBrakeStatus":true,
      "gearStatus": true,
      "oemCustomVehicleDataName":true,
      "windowStatus": true,
      "handsOffSteering": true
    }
  },
  "response":{
    "name":"SubscribeVehicleDataResponse",
    "correlationID":164,
    "parameters":{
      "speed":{
        "dataType":"VEHICLEDATA_SPEED",
        "resultCode":"SUCCESS"
      },
      "rpm":{
        "dataType":"VEHICLEDATA_RPM",
        "resultCode":"SUCCESS"
      },
      "externalTemperature":{
        "dataType":"VEHICLEDATA_EXTERNTEMP",
        "resultCode":"SUCCESS"
      },
      "fuelLevel":{
        "dataType":"VEHICLEDATA_FUELLEVEL",
        "resultCode":"SUCCESS"
      },
      "prndl":{
        "dataType":"VEHICLEDATA_PRNDL",
        "resultCode":"SUCCESS"
      },
      "tirePressure":{
        "dataType":"VEHICLEDATA_TIREPRESSURE",
        "resultCode":"VEHICLE_DATA_NOT_AVAILABLE"
      },
      "engineTorque":{
        "dataType":"VEHICLEDATA_SPEED",
        "resultCode":"INVALID_ID"
      },
      "engineOilLife":{
        "dataType":"VEHICLEDATA_ENGINEOILLIFE",
        "resultCode":"SUCCESS"
      },
      "odometer":{
        "dataType":"VEHICLEDATA_ODOMETER",
        "resultCode":"SUCCESS"
      },
      "gps":{
        "dataType":"VEHICLEDATA_GPS",
        "resultCode":"SUCCESS"
      },
      "fuelLevel_State":{
        "dataType":"VEHICLEDATA_FUELLEVEL_STATE",
        "resultCode":"DISALLOWED"
      },
      "instantFuelConsumption":{
        "dataType":"VEHICLEDATA_FUELCONSUMPTION",
        "resultCode":"USER_DISALLOWED"
      },
      "beltStatus":{
        "dataType":"VEHICLEDATA_BELTSTATUS",
        "resultCode":"SUCCESS"
      },
      "bodyInformation":{
        "dataType":"VEHICLEDATA_BODYINFO",
        "resultCode":"SUCCESS"
      },
      "deviceStatus":{
        "dataType":"VEHICLEDATA_DEVICESTATUS",
        "resultCode":"SUCCESS"
      },
      "driverBraking":{
        "dataType":"VEHICLEDATA_BRAKING",
        "resultCode":"DISALLOWED"
      },
      "wiperStatus":{
        "dataType":"VEHICLEDATA_WIPERSTATUS",
        "resultCode":"VEHICLE_DATA_NOT_AVAILABLE"
      },
      "headLampStatus":{
        "dataType":"VEHICLEDATA_HEADLAMPSTATUS",
        "resultCode":"USER_DISALLOWED"
      },
      "accPedalPosition":{
        "dataType":"VEHICLEDATA_ACCPEDAL",
        "resultCode":"DISALLOWED"
      },
      "steeringWheelAngle":{
        "dataType":"VEHICLEDATA_STEERINGWHEEL",
        "resultCode":"DATA_NOT_SUBSCRIBED"
      },
      "eCallInfo":{
        "dataType":"VEHICLEDATA_ECALLINFO",
        "resultCode":"SUCCESS"
      },
      "airbagStatus":{
        "dataType":"VEHICLEDATA_AIRBAGSTATUS",
        "resultCode":"DATA_ALREADY_SUBSCRIBED"
      },
      "emergencyEvent":{
        "dataType":"VEHICLEDATA_EMERGENCYEVENT",
        "resultCode":"DISALLOWED"
      },
      "clusterModeStatus":{
        "dataType":"VEHICLEDATA_CLUSTERMODESTATUS",
        "resultCode":"SUCCESS"
      },
      "myKey":{
        "dataType":"VEHICLEDATA_MYKEY",
        "resultCode":"IGNORED"
      },
      "fuelRange":{
        "dataType":"VEHICLEDATA_FUELRANGE",
        "resultCode":"SUCCESS"
      },
      "turnSignal":{
        "dataType":"VEHICLEDATA_TURNSIGNAL",
        "resultCode":"IGNORED"
      },
      "electronicParkBrakeStatus":{
        "dataType":"VEHICLEDATA_ELECTRONICPARKBRAKESTATUS",
        "resultCode":"SUCCESS"
      },
      "handsOffSteering":{
        "dataType":"VEHICLEDATA_HANDSOFFSTEERING",
        "resultCode":"SUCCESS"
      },
      "gearStatus":{
        "dataType":"VEHICLEDATA_GEARSTATUS",
        "resultCode":"SUCCESS"
      },
      "oemCustomVehicleDataName":{
        "oemCustomDataType":"oemCustomVehicleDataName",
        "resultCode":"SUCCESS"
      },
      "windowStatus":{
        "dataType":"VEHICLEDATA_WINDOWSTATUS",
        "resultCode":"SUCCESS"
      }
    }
  }
}