@miot-rn/car-component 1.0.4 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) hide show
  1. package/dist/assets/i18n/ar.json +33 -0
  2. package/dist/assets/i18n/bo.json +33 -0
  3. package/dist/assets/i18n/cs.json +33 -0
  4. package/dist/assets/i18n/de.json +33 -0
  5. package/dist/assets/i18n/el.json +33 -0
  6. package/dist/assets/i18n/en.json +33 -0
  7. package/dist/assets/i18n/es.json +33 -0
  8. package/dist/assets/i18n/es_us.json +33 -0
  9. package/dist/assets/i18n/fi.json +33 -0
  10. package/dist/assets/i18n/fr.json +33 -0
  11. package/dist/assets/i18n/he.json +33 -0
  12. package/dist/assets/i18n/hu.json +33 -0
  13. package/dist/assets/i18n/id.json +33 -0
  14. package/dist/assets/i18n/it.json +33 -0
  15. package/dist/assets/i18n/ja.json +33 -0
  16. package/dist/assets/i18n/ko.json +33 -0
  17. package/dist/assets/i18n/nb.json +33 -0
  18. package/dist/assets/i18n/nl.json +33 -0
  19. package/dist/assets/i18n/pl.json +33 -0
  20. package/dist/assets/i18n/pt.json +33 -0
  21. package/dist/assets/i18n/pt_pt.json +33 -0
  22. package/dist/assets/i18n/ro.json +33 -0
  23. package/dist/assets/i18n/ru.json +33 -0
  24. package/dist/assets/i18n/sk.json +33 -0
  25. package/dist/assets/i18n/sv.json +33 -0
  26. package/dist/assets/i18n/th.json +33 -0
  27. package/dist/assets/i18n/tr.json +33 -0
  28. package/dist/assets/i18n/uk.json +33 -0
  29. package/dist/assets/i18n/vi.json +33 -0
  30. package/dist/assets/i18n/zh.json +33 -0
  31. package/dist/assets/i18n/zh_hk.json +33 -0
  32. package/dist/assets/i18n/zh_tw.json +33 -0
  33. package/dist/components/carInfoHeader/dualRangeIndicator.js +12 -7
  34. package/dist/components/carInfoHeader/index.d.ts +1 -0
  35. package/dist/components/carInfoHeader/index.js +1 -0
  36. package/dist/components/carInfoHeader/singleRangeIndicator.d.ts +2 -1
  37. package/dist/components/carInfoHeader/singleRangeIndicator.js +2 -2
  38. package/dist/components/otherSettingCard/index.js +59 -3
  39. package/dist/config/seatI18nKeys.d.ts +3 -0
  40. package/dist/config/seatI18nKeys.js +4 -1
  41. package/dist/hooks/useDualRangeData.d.ts +3 -1
  42. package/dist/hooks/useDualRangeData.js +21 -2
  43. package/dist/hooks/useSeatControlData.d.ts +9 -0
  44. package/dist/hooks/useSeatControlData.js +30 -3
  45. package/dist/hooks/useSingleRangeData.d.ts +1 -0
  46. package/dist/hooks/useSingleRangeData.js +11 -4
  47. package/dist/hooks/useSteeringWheelData.d.ts +30 -1
  48. package/dist/index.d.ts +1 -0
  49. package/dist/index.js +1 -0
  50. package/dist/modules/airconditionModule/index.js +62 -4
  51. package/dist/modules/carInfoModule/index.d.ts +3 -1
  52. package/dist/modules/carInfoModule/index.js +5 -3
  53. package/dist/modules/seatModule/index.js +153 -2
  54. package/dist/modules/steeringWheelModule/index.js +34 -2
  55. package/dist/resources/i18n.d.ts +100 -772
  56. package/dist/resources/i18n.js +39 -55
  57. package/dist/spec/index.d.ts +11 -273
  58. package/dist/spec/index.js +64 -469
  59. package/dist/track/config.d.ts +33 -0
  60. package/dist/track/config.js +52 -0
  61. package/dist/track/index.d.ts +1 -0
  62. package/dist/track/index.js +7 -0
  63. package/package.json +4 -3
  64. package/dist/assets/i18n/ar.d.ts +0 -55
  65. package/dist/assets/i18n/ar.js +0 -55
  66. package/dist/assets/i18n/bo.d.ts +0 -55
  67. package/dist/assets/i18n/bo.js +0 -55
  68. package/dist/assets/i18n/cs.d.ts +0 -55
  69. package/dist/assets/i18n/cs.js +0 -55
  70. package/dist/assets/i18n/de.d.ts +0 -55
  71. package/dist/assets/i18n/de.js +0 -55
  72. package/dist/assets/i18n/el.d.ts +0 -55
  73. package/dist/assets/i18n/el.js +0 -55
  74. package/dist/assets/i18n/en.d.ts +0 -55
  75. package/dist/assets/i18n/en.js +0 -55
  76. package/dist/assets/i18n/es.d.ts +0 -55
  77. package/dist/assets/i18n/es.js +0 -55
  78. package/dist/assets/i18n/es_us.d.ts +0 -55
  79. package/dist/assets/i18n/es_us.js +0 -55
  80. package/dist/assets/i18n/fi.d.ts +0 -55
  81. package/dist/assets/i18n/fi.js +0 -55
  82. package/dist/assets/i18n/fr.d.ts +0 -55
  83. package/dist/assets/i18n/fr.js +0 -55
  84. package/dist/assets/i18n/he.d.ts +0 -55
  85. package/dist/assets/i18n/he.js +0 -55
  86. package/dist/assets/i18n/hu.d.ts +0 -55
  87. package/dist/assets/i18n/hu.js +0 -55
  88. package/dist/assets/i18n/id.d.ts +0 -55
  89. package/dist/assets/i18n/id.js +0 -55
  90. package/dist/assets/i18n/it.d.ts +0 -55
  91. package/dist/assets/i18n/it.js +0 -55
  92. package/dist/assets/i18n/ja.d.ts +0 -55
  93. package/dist/assets/i18n/ja.js +0 -55
  94. package/dist/assets/i18n/ko.d.ts +0 -55
  95. package/dist/assets/i18n/ko.js +0 -55
  96. package/dist/assets/i18n/nb.d.ts +0 -55
  97. package/dist/assets/i18n/nb.js +0 -55
  98. package/dist/assets/i18n/nl.d.ts +0 -55
  99. package/dist/assets/i18n/nl.js +0 -55
  100. package/dist/assets/i18n/pl.d.ts +0 -55
  101. package/dist/assets/i18n/pl.js +0 -55
  102. package/dist/assets/i18n/pt.d.ts +0 -55
  103. package/dist/assets/i18n/pt.js +0 -55
  104. package/dist/assets/i18n/pt_pt.d.ts +0 -55
  105. package/dist/assets/i18n/pt_pt.js +0 -55
  106. package/dist/assets/i18n/ro.d.ts +0 -55
  107. package/dist/assets/i18n/ro.js +0 -55
  108. package/dist/assets/i18n/ru.d.ts +0 -55
  109. package/dist/assets/i18n/ru.js +0 -55
  110. package/dist/assets/i18n/sk.d.ts +0 -55
  111. package/dist/assets/i18n/sk.js +0 -55
  112. package/dist/assets/i18n/sv.d.ts +0 -55
  113. package/dist/assets/i18n/sv.js +0 -55
  114. package/dist/assets/i18n/th.d.ts +0 -55
  115. package/dist/assets/i18n/th.js +0 -55
  116. package/dist/assets/i18n/tr.d.ts +0 -55
  117. package/dist/assets/i18n/tr.js +0 -55
  118. package/dist/assets/i18n/uk.d.ts +0 -55
  119. package/dist/assets/i18n/uk.js +0 -55
  120. package/dist/assets/i18n/vi.d.ts +0 -55
  121. package/dist/assets/i18n/vi.js +0 -55
  122. package/dist/assets/i18n/zh.d.ts +0 -55
  123. package/dist/assets/i18n/zh.js +0 -55
  124. package/dist/assets/i18n/zh_hk.d.ts +0 -55
  125. package/dist/assets/i18n/zh_hk.js +0 -55
  126. package/dist/assets/i18n/zh_tw.d.ts +0 -55
  127. package/dist/assets/i18n/zh_tw.js +0 -55
@@ -7,506 +7,239 @@ let carSpecs = null;
7
7
  * 包含所有可用的汽车规格查询对象
8
8
  */
9
9
  export const CAR_SPEC_KEYS = {
10
- // 基础模块规格
11
- BASIC_DEVICE_INFORMATION_PROPERTIES_NAME: {
12
- mkey: 'basic',
13
- mDescription: 'Basic Module',
14
- skey: 'device-information',
15
- sDescription: 'Device Information',
16
- pkey: 'name',
17
- description: 'Device Name'
18
- },
19
- BASIC_DEVICE_INFORMATION_PROPERTIES_CARMODEL: {
20
- mkey: 'basic',
21
- mDescription: 'Basic Module',
22
- skey: 'device-information',
23
- sDescription: 'Device Information',
24
- pkey: 'car-model',
25
- description: 'CarModel'
26
- },
27
- BASIC_DYNAMIC_PROPERTIES_SERVICEENABLELIST: {
28
- mkey: 'basic',
29
- mDescription: 'Basic Module',
30
- skey: 'dynamic',
31
- sDescription: 'Dynamic',
32
- pkey: 'service-enable-list',
33
- description: 'List of equipment dynamic capabilities'
34
- },
35
10
  // 门模块规格
36
11
  DOOR_CENTRAL_LOCK_PROPERTIES_CENTRALLOCKSTATE: {
37
12
  mkey: 'door',
38
- mDescription: 'Door',
39
13
  skey: 'central-lock',
40
- sDescription: 'CentralLock',
41
- pkey: 'central-lock-state',
42
- description: 'State'
14
+ pkey: 'central-lock-state'
43
15
  },
44
16
  // 动力模块规格
45
- POWER_CHARGING_EVENTS_STOPCHARGING: {
46
- mkey: 'power',
47
- mDescription: 'Power',
48
- skey: 'charging',
49
- sDescription: 'Charging',
50
- ekey: 'stop-charging',
51
- description: 'StopCharging'
52
- },
53
- POWER_CHARGING_EVENTS_ENDCHARGING: {
54
- mkey: 'power',
55
- mDescription: 'Power',
56
- skey: 'charging',
57
- sDescription: 'Charging',
58
- ekey: 'end-charging',
59
- description: 'EndCharging'
60
- },
61
- POWER_CHARGING_EVENTS_CHARGING: {
62
- mkey: 'power',
63
- mDescription: 'Power',
64
- skey: 'charging',
65
- sDescription: 'Charging',
66
- ekey: 'charging',
67
- description: 'Charging'
68
- },
69
17
  POWER_BATTERY_PROPERTIES_BATTERYSOCDISPLAY: {
70
18
  mkey: 'power',
71
- mDescription: 'Power',
72
19
  skey: 'battery',
73
- sDescription: 'Battery',
74
- pkey: 'battery-soc-display',
75
- description: 'BatterySoCDisplay'
20
+ pkey: 'battery-soc-display'
76
21
  },
77
22
  POWER_BATTERY_PROPERTIES_LOWSOCWARNING: {
78
23
  mkey: 'power',
79
- mDescription: 'Power',
80
24
  skey: 'battery',
81
- sDescription: 'Battery',
82
- pkey: 'low-soc-warning',
83
- description: 'BatterySoCLowWarning'
25
+ pkey: 'low-soc-warning'
84
26
  },
85
27
  POWER_BATTERY_PROPERTIES_BATTERYESTIMATEDMILEAGE: {
86
28
  mkey: 'power',
87
- mDescription: 'Power',
88
29
  skey: 'battery',
89
- sDescription: 'Battery',
90
- pkey: 'esitimated-mileage',
91
- description: 'BatteryEstimatedMileage'
30
+ pkey: 'esitimated-mileage'
92
31
  },
93
32
  POWER_BATTERY_PROPERTIES_DCDRANGESOCTYPEDISPLAY: {
94
33
  mkey: 'power',
95
- mDescription: 'Power',
96
34
  skey: 'battery',
97
- sDescription: 'Battery',
98
- pkey: 'dcd-range-soc-type-display',
99
- description: 'DCDRangeSOCTypeDisplay'
35
+ pkey: 'dcd-range-soc-type-display'
100
36
  },
101
37
  POWER_BATTERY_PROPERTIES_CLTCESTIMATEDRANGE: {
102
38
  mkey: 'power',
103
- mDescription: 'Power',
104
39
  skey: 'battery',
105
- sDescription: 'Battery',
106
- pkey: 'cltc-estimated-range',
107
- description: 'CLTCElstimatedRange'
40
+ pkey: 'cltc-estimated-range'
108
41
  },
109
42
  POWER_BATTERYLIFEEFFECTIVENESS_PROPERTIES_CLTCESTIMATEDEXTENDEANGE: {
110
43
  mkey: 'power',
111
- mDescription: 'Power',
112
44
  skey: 'battery-life-effectiveness',
113
- sDescription: 'BatteryLifeEffectiveness',
114
- pkey: 'cltc-estimated-extend-range',
115
- description: 'CltcEstimatedExtendEange'
45
+ pkey: 'cltc-estimated-extend-range'
116
46
  },
117
47
  POWER_POWERTRIP_PROPERTIES_EXTENDED_RANGE_CLTC_ELECTRIC_MILEAGE: {
118
48
  mkey: 'power',
119
- mDescription: 'Power',
120
49
  skey: 'power-trip',
121
50
  pkey: 'extended-range-cltc-electric-mileage'
122
51
  },
123
52
  POWER_RANGE_PROPERTIES_WLTC_FUEL_ENDURANCE: {
124
53
  mkey: 'power',
125
- mDescription: 'Power',
126
54
  skey: 'power-range',
127
- sDescription: 'Range',
128
55
  pkey: 'wltc-fuel-endurance'
129
56
  },
130
57
  POWER_RANGE_PROPERTIES_WLTC_PURE_ELE_CRUISING_ENDURANCE: {
131
58
  mkey: 'power',
132
- mDescription: 'Power',
133
59
  skey: 'power-range',
134
- sDescription: 'Range',
135
60
  pkey: 'wltc-pure-ele-cruising-endurance'
136
61
  },
137
62
  POWER_RANGE_PROPERTIES_CLTC_FUEL_ENDURANCE: {
138
63
  mkey: 'power',
139
- mDescription: 'Power',
140
64
  skey: 'power-range',
141
- sDescription: 'Range',
142
65
  pkey: 'cltc-fuel-endurance'
143
66
  },
144
- // 动力模块 - 续航服务规格
145
- POWER_RANGE_PROPERTIES_EXTENDED_RANGE_ELECTRIC_VEHICLE_WLTC_BATT_REMAINING_RANGE: {
67
+ POWER_RANGE_PROPERTIES_REMOTE_DATA_OF_DYNAMIC_REMAINING_FUEL_RANGE: {
146
68
  mkey: 'power',
147
- mDescription: 'Power',
148
69
  skey: 'power-range',
149
- sDescription: 'Range',
150
- pkey: 'extended-range-electric-vehicle-wltc-batt-remaining-range'
70
+ pkey: 'remote-data-of-dynamic-remaining-fuel-range'
151
71
  },
152
- POWER_RANGE_PROPERTIES_EXTENDED_RANGE_ELECTRIC_VEHICLE_WLTC_FUEL_REMAINING_RANGE: {
72
+ POWER_RANGE_PROPERTIES_REMOTE_DATA_OF_DYNAMIC_REMAINING_EV_RANGE: {
153
73
  mkey: 'power',
154
- mDescription: 'Power',
155
74
  skey: 'power-range',
156
- sDescription: 'Range',
157
- pkey: 'extended-range-electric-vehicle-wltc-fuel-remaining-range'
75
+ pkey: 'remote-data-of-dynamic-remaining-ev-range'
158
76
  },
159
- POWER_RANGE_PROPERTIES_EXTENDED_RANGE_ELECTRIC_VEHICLE_CLTC_BATT_REMAINING_RANGE: {
160
- mkey: 'power',
161
- mDescription: 'Power',
162
- skey: 'power-range',
163
- sDescription: 'Range',
164
- pkey: 'extended-range-electric-vehicle-cltc-batt-remaining-range'
165
- },
166
- POWER_RANGE_PROPERTIES_EXTENDED_RANGE_ELECTRIC_VEHICLE_CLTC_FUEL_REMAINING_RANGE: {
167
- mkey: 'power',
168
- mDescription: 'Power',
169
- skey: 'power-range',
170
- sDescription: 'Range',
171
- pkey: 'extended-range-electric-vehicle-cltc-fuel-remaining-range'
172
- },
173
- // 座椅模块规格
77
+ // 座椅模块规格(保留 sDescription 区分座椅位置)
174
78
  SEAT_ROW1LEFT_PROPERTIES_HEATING: {
175
79
  mkey: 'seat',
176
- mDescription: 'Seat',
177
80
  skey: 'seat',
178
81
  sDescription: 'Row1Left',
179
82
  pkey: 'seat-heating-status'
180
83
  },
181
84
  SEAT_ROW1LEFT_PROPERTIES_SEATVENTILATION: {
182
85
  mkey: 'seat',
183
- mDescription: 'Seat',
184
86
  skey: 'seat',
185
87
  sDescription: 'Row1Left',
186
88
  pkey: 'seat-ventilation'
187
89
  },
188
90
  SEAT_ROW1LEFT_PROPERTIES_SEATVENTILATIONGEAR: {
189
91
  mkey: 'seat',
190
- mDescription: 'Seat',
191
92
  skey: 'seat',
192
93
  sDescription: 'Row1Left',
193
94
  pkey: 'seat-ventilation-gear'
194
95
  },
195
96
  SEAT_ROW1RIGHT_PROPERTIES_HEATING: {
196
97
  mkey: 'seat',
197
- mDescription: 'Seat',
198
98
  skey: 'seat',
199
99
  sDescription: 'Row1Right',
200
100
  pkey: 'seat-heating-status'
201
101
  },
202
102
  SEAT_ROW1RIGHT_PROPERTIES_SEATVENTILATION: {
203
103
  mkey: 'seat',
204
- mDescription: 'Seat',
205
104
  skey: 'seat',
206
105
  sDescription: 'Row1Right',
207
106
  pkey: 'seat-ventilation'
208
107
  },
209
108
  SEAT_ROW1RIGHT_PROPERTIES_SEATVENTILATIONGEAR: {
210
109
  mkey: 'seat',
211
- mDescription: 'Seat',
212
110
  skey: 'seat',
213
111
  sDescription: 'Row1Right',
214
112
  pkey: 'seat-ventilation-gear'
215
113
  },
216
114
  SEAT_ROW2LEFT_PROPERTIES_HEATING: {
217
115
  mkey: 'seat',
218
- mDescription: 'Seat',
219
116
  skey: 'seat',
220
117
  sDescription: 'Row2Left',
221
118
  pkey: 'seat-heating-status'
222
119
  },
223
120
  SEAT_ROW2LEFT_PROPERTIES_SEATVENTILATION: {
224
121
  mkey: 'seat',
225
- mDescription: 'Seat',
226
122
  skey: 'seat',
227
123
  sDescription: 'Row2Left',
228
124
  pkey: 'seat-ventilation'
229
125
  },
230
126
  SEAT_ROW2LEFT_PROPERTIES_SEATVENTILATIONGEAR: {
231
127
  mkey: 'seat',
232
- mDescription: 'Seat',
233
128
  skey: 'seat',
234
129
  sDescription: 'Row2Left',
235
130
  pkey: 'seat-ventilation-gear'
236
131
  },
237
132
  SEAT_ROW2MIDDLE_PROPERTIES_HEATING: {
238
133
  mkey: 'seat',
239
- mDescription: 'Seat',
240
134
  skey: 'seat',
241
135
  sDescription: 'Row2Middle',
242
136
  pkey: 'seat-heating-status'
243
137
  },
244
138
  SEAT_ROW2MIDDLE_PROPERTIES_SEATVENTILATION: {
245
139
  mkey: 'seat',
246
- mDescription: 'Seat',
247
140
  skey: 'seat',
248
141
  sDescription: 'Row2Middle',
249
142
  pkey: 'seat-ventilation'
250
143
  },
251
144
  SEAT_ROW2MIDDLE_PROPERTIES_SEATVENTILATIONGEAR: {
252
145
  mkey: 'seat',
253
- mDescription: 'Seat',
254
146
  skey: 'seat',
255
147
  sDescription: 'Row2Middle',
256
148
  pkey: 'seat-ventilation-gear'
257
149
  },
258
150
  SEAT_ROW2RIGHT_PROPERTIES_HEATING: {
259
151
  mkey: 'seat',
260
- mDescription: 'Seat',
261
152
  skey: 'seat',
262
153
  sDescription: 'Row2Right',
263
154
  pkey: 'seat-heating-status'
264
155
  },
265
156
  SEAT_ROW2RIGHT_PROPERTIES_SEATVENTILATION: {
266
157
  mkey: 'seat',
267
- mDescription: 'Seat',
268
158
  skey: 'seat',
269
159
  sDescription: 'Row2Right',
270
160
  pkey: 'seat-ventilation'
271
161
  },
272
162
  SEAT_ROW2RIGHT_PROPERTIES_SEATVENTILATIONGEAR: {
273
163
  mkey: 'seat',
274
- mDescription: 'Seat',
275
164
  skey: 'seat',
276
165
  sDescription: 'Row2Right',
277
166
  pkey: 'seat-ventilation-gear'
278
167
  },
168
+ SEAT_ROW3LEFT_PROPERTIES_HEATING: {
169
+ mkey: 'seat',
170
+ skey: 'seat',
171
+ sDescription: 'ThirdRowLeft',
172
+ pkey: 'seat-heating-status'
173
+ },
174
+ SEAT_ROW3MIDDLE_PROPERTIES_HEATING: {
175
+ mkey: 'seat',
176
+ skey: 'seat',
177
+ sDescription: 'ThirdRowMiddle',
178
+ pkey: 'seat-heating-status'
179
+ },
180
+ SEAT_ROW3RIGHT_PROPERTIES_HEATING: {
181
+ mkey: 'seat',
182
+ skey: 'seat',
183
+ sDescription: 'ThirdRowRight',
184
+ pkey: 'seat-heating-status'
185
+ },
279
186
  // HVAC模块规格
280
187
  HVAC_STATE_PROPERTIES_HVACSTATUS: {
281
188
  mkey: 'hvac',
282
- mDescription: 'HVAC',
283
189
  skey: 'hvac-state',
284
- sDescription: 'State',
285
190
  pkey: 'hvac-status'
286
191
  },
287
192
  HVAC_STATE_PROPERTIES_HVACDEFROSTERSTATUS: {
288
193
  mkey: 'hvac',
289
- mDescription: 'HVAC',
290
194
  skey: 'hvac-state',
291
- sDescription: 'State',
292
195
  pkey: 'hvac-defroster-status'
293
196
  },
294
197
  HVAC_TEMPERATURE_PROPERTIES_INSIDETEMPERATURE: {
295
198
  mkey: 'hvac',
296
- mDescription: 'HVAC',
297
199
  skey: 'hvac-temperature',
298
- sDescription: 'Temperature',
299
200
  pkey: 'inside-temperature'
300
201
  },
301
202
  HVAC_TEMPERATURE_PROPERTIES_OUTSIDETEMPERATURE: {
302
203
  mkey: 'hvac',
303
- mDescription: 'HVAC',
304
204
  skey: 'hvac-temperature',
305
- sDescription: 'Temperature',
306
205
  pkey: 'outside-temperature'
307
206
  },
308
207
  HVAC_TEMPERATURE_PROPERTIES_OLD_OUTSIDETEMPERATURE: {
309
208
  mkey: 'hvac',
310
- mDescription: 'HVAC',
311
209
  skey: 'hvac-temperature',
312
- sDescription: 'Temperature',
313
210
  pkey: 'hvac-outside-temperature'
314
211
  },
315
212
  HVAC_TEMPERATURE_PROPERTIES_HVACTARGETTEMPERATURE: {
316
213
  mkey: 'hvac',
317
- mDescription: 'HVAC',
318
214
  skey: 'hvac-temperature',
319
- sDescription: 'Temperature',
320
- pkey: 'hvac-target-temperature',
321
- description: 'TargetTemperature'
322
- },
323
- HVAC_TEMPERATURE_PROPERTIES_REARTEMPERATURE: {
324
- mkey: 'hvac',
325
- mDescription: 'HVAC',
326
- skey: 'hvac-temperature',
327
- sDescription: 'Temperature',
328
- pkey: 'hvac-target-temperature',
329
- description: 'RearTemperature'
330
- },
331
- HVAC_TEMPERATURE_PROPERTIES_REARAIRCONDITIONINGTEMPERATURE: {
332
- mkey: 'hvac',
333
- mDescription: 'HVAC',
334
- skey: 'hvac-temperature',
335
- sDescription: 'Temperature',
336
- pkey: 'hvac-rear-temperature'
337
- },
338
- HVAC_AIRPURIFIER_PROPERTIES_AIRPURIFICATIONGEAR: {
339
- mkey: 'hvac',
340
- mDescription: 'HVAC',
341
- skey: 'hvac-airpurifier',
342
- sDescription: 'AirPurifier',
343
- pkey: 'air-purification-gear',
344
- description: 'Air purification gear'
345
- },
346
- HVAC_AIRPURIFIER_PROPERTIES_AIRPURIFICATIONSWITCH: {
347
- mkey: 'hvac',
348
- mDescription: 'HVAC',
349
- skey: 'hvac-airpurifier',
350
- sDescription: 'AirPurifier',
351
- pkey: 'air-purification-switch',
352
- description: 'Air purification switch'
215
+ pkey: 'hvac-target-temperature'
353
216
  },
354
217
  // 车身模块规格
355
218
  BODY_GEAR_PROPERTIES_GEARSTATUS: {
356
219
  mkey: 'body',
357
- mDescription: 'Body',
358
220
  skey: 'gear',
359
- sDescription: 'Gear',
360
- pkey: 'gear-status',
361
- description: 'Status'
221
+ pkey: 'gear-status'
362
222
  },
363
223
  BODY_STEERINGWHEEL_PROPERTIES_STEERINGWHEELHEATING: {
364
224
  mkey: 'body',
365
- mDescription: 'Body',
366
225
  skey: 'steering-wheel',
367
- sDescription: 'SteeringWheel',
368
- pkey: 'steering-wheel-heating',
369
- description: 'Heating'
226
+ pkey: 'steering-wheel-heating'
370
227
  },
371
228
  BODY_POWERMODE_PROPERTIES_POWERMODESTATE: {
372
229
  mkey: 'body',
373
- mDescription: 'Body',
374
230
  skey: 'power-mode',
375
- sDescription: 'PowerMode',
376
- pkey: 'power-mode-state',
377
- description: 'State'
231
+ pkey: 'power-mode-state'
378
232
  },
379
233
  BODY_REMOTECONTROL_EVENTS_REMOTECONTROLRESPONSE: {
380
234
  mkey: 'body',
381
- mDescription: 'Body',
382
235
  skey: 'remote-control',
383
- sDescription: 'RemoteControl',
384
- ekey: 'remote-control-response',
385
- description: 'ResponseEvent'
386
- },
387
- // 冰箱模块规格
388
- FRIDGE_INFO_PROPERTIES_FRIDGESTATE: {
389
- mkey: 'fridge',
390
- mDescription: 'Fridge',
391
- skey: 'fridge-info',
392
- sDescription: 'Info',
393
- pkey: 'fridge-state',
394
- description: 'State'
395
- },
396
- FRIDGE_INFO_PROPERTIES_FRIDGEMODE: {
397
- mkey: 'fridge',
398
- mDescription: 'Fridge',
399
- skey: 'fridge-info',
400
- sDescription: 'Info',
401
- pkey: 'fridge-mode',
402
- description: 'Mode'
403
- },
404
- FRIDGE_INFO_PROPERTIES_FRIDGEPERFORMANCESTS: {
405
- mkey: 'fridge',
406
- mDescription: 'Fridge',
407
- skey: 'fridge-info',
408
- sDescription: 'Info',
409
- pkey: 'fridge-performance-sts',
410
- description: 'FridgePerformance'
411
- },
412
- // 地图模块规格
413
- MAP_GEOFENCE_ACTIONS_ADDGEOFENCE: {
414
- mkey: 'map',
415
- mDescription: 'Map',
416
- skey: 'geo-fence',
417
- sDescription: 'GeoFence',
418
- akey: 'add-geo-fence',
419
- description: 'AddGeoFence'
420
- },
421
- MAP_GEOFENCE_ACTIONS_REMOVEGEOFENCE: {
422
- mkey: 'map',
423
- mDescription: 'Map',
424
- skey: 'geo-fence',
425
- sDescription: 'GeoFence',
426
- akey: 'remove-geo-fence',
427
- description: 'RemoveGeoFence'
428
- },
429
- MAP_GEOFENCE_ACTIONS_QUERYGEOFENCE: {
430
- mkey: 'map',
431
- mDescription: 'Map',
432
- skey: 'geo-fence',
433
- sDescription: 'GeoFence',
434
- akey: 'query-geo-fence',
435
- description: 'QueryGeoFence'
436
- },
437
- MAP_GEOFENCE_ACTIONS_TRANSACTIONALGEOFENCEOPERATION: {
438
- mkey: 'map',
439
- mDescription: 'Map',
440
- skey: 'geo-fence',
441
- sDescription: 'GeoFence',
442
- akey: 'transactional-geofence-operation',
443
- description: 'TransactionalGeoFenceOperation'
444
- },
445
- MAP_GEOFENCE_ACTIONS_BATCHGEOFENCEOPERATION: {
446
- mkey: 'map',
447
- mDescription: 'Map',
448
- skey: 'geo-fence',
449
- sDescription: 'GeoFence',
450
- akey: 'batch-geofence-operation',
451
- description: 'BatchGeoFenceOperation'
452
- },
453
- MAP_GEOFENCE_EVENTS_ADDGEOFENCERESULT: {
454
- mkey: 'map',
455
- mDescription: 'Map',
456
- skey: 'geo-fence',
457
- sDescription: 'GeoFence',
458
- ekey: 'add-geo-fence-result-event',
459
- description: 'AddGeoFenceResult'
460
- },
461
- MAP_GEOFENCE_EVENTS_REMOVEGEOFENCERESULT: {
462
- mkey: 'map',
463
- mDescription: 'Map',
464
- skey: 'geo-fence',
465
- sDescription: 'GeoFence',
466
- ekey: 'remove-geo-fence-result-event',
467
- description: 'RemoveGeoFenceResult'
468
- },
469
- MAP_GEOFENCE_EVENTS_QUERYGEOFENCERESULT: {
470
- mkey: 'map',
471
- mDescription: 'Map',
472
- skey: 'geo-fence',
473
- sDescription: 'GeoFence',
474
- ekey: 'query-geo-fence-result-event',
475
- description: 'QueryGeoFenceResult'
476
- },
477
- MAP_GEOFENCE_EVENTS_GEOFENCING: {
478
- mkey: 'map',
479
- mDescription: 'Map',
480
- skey: 'geo-fence',
481
- sDescription: 'GeoFence',
482
- ekey: 'geo-fencing-event',
483
- description: 'GeoFencing'
484
- },
485
- // 场景模块规格
486
- SCENE_LOCATION_PROPERTIES_DCDREMOTELOCATIONSWITCH: {
487
- mkey: 'scene',
488
- mDescription: 'Scene',
489
- skey: 'scene-location',
490
- sDescription: 'Location',
491
- pkey: 'dcd-remote-location-switch',
492
- description: 'LocationSwitch'
236
+ ekey: 'remote-control-response'
493
237
  },
494
238
  // Sentry模块规格
495
239
  SENTRY_INFO_PROPERTIES_SENTRYWORKMODE: {
496
240
  mkey: 'sentry',
497
- mDescription: 'Sentry',
498
241
  skey: 'info',
499
- sDescription: 'Info',
500
- pkey: 'sentry-work-mode',
501
- description: 'workMode'
502
- },
503
- SENTRY_SENTRYEVENT_EVENTS_SENTRYALARM: {
504
- mkey: 'sentry',
505
- mDescription: 'Sentry',
506
- skey: 'sentry-event',
507
- sDescription: 'Event',
508
- ekey: 'sentry-alarm',
509
- description: 'SentryAlarm'
242
+ pkey: 'sentry-work-mode'
510
243
  }
511
244
  };
512
245
 
@@ -519,42 +252,11 @@ export function getCarSpecs() {
519
252
  return carSpecs;
520
253
  }
521
254
 
522
- // 生成所有规格(使用变量名作为键)
523
- /**
524
- * 设备名称 (Device Name) - 汽车名称
525
- */
526
- const specBasicDeviceInformationPropertiesName = getSpecOnly(CAR_SPEC_KEYS.BASIC_DEVICE_INFORMATION_PROPERTIES_NAME);
527
-
528
- /**
529
- * 设备型号 (Device Model) - 车型
530
- */
531
- const specBasicDeviceInformationPropertiesCarModel = getSpecOnly(CAR_SPEC_KEYS.BASIC_DEVICE_INFORMATION_PROPERTIES_CARMODEL);
532
-
533
- /**
534
- * 设备动态能力列表 (List of equipment dynamic capabilities)
535
- */
536
- const specBasicDynamicPropertiesServiceEnableList = getSpecOnly(CAR_SPEC_KEYS.BASIC_DYNAMIC_PROPERTIES_SERVICEENABLELIST);
537
-
538
255
  /**
539
256
  * 中控锁状态 (Central Lock State)
540
257
  */
541
258
  const specDoorCentralLockPropertiesCentralLockState = getSpecOnly(CAR_SPEC_KEYS.DOOR_CENTRAL_LOCK_PROPERTIES_CENTRALLOCKSTATE);
542
259
 
543
- /**
544
- * 充电中断事件 (Stop Charging Event)
545
- */
546
- const specPowerChargingEventsStopCharging = getSpecOnly(CAR_SPEC_KEYS.POWER_CHARGING_EVENTS_STOPCHARGING);
547
-
548
- /**
549
- * 充电完成事件 (End Charging Event)
550
- */
551
- const specPowerChargingEventsEndCharging = getSpecOnly(CAR_SPEC_KEYS.POWER_CHARGING_EVENTS_ENDCHARGING);
552
-
553
- /**
554
- * 充电开始事件 (Charging Event)
555
- */
556
- const specPowerChargingEventsCharging = getSpecOnly(CAR_SPEC_KEYS.POWER_CHARGING_EVENTS_CHARGING);
557
-
558
260
  /**
559
261
  * 电池电量百分比显示 (Battery SoC Percentage Display)
560
262
  */
@@ -586,7 +288,7 @@ export function getCarSpecs() {
586
288
  const specPowerBatteryLifeEffectivenessPropertiesCltcEstimatedExtendEange = getSpecOnly(CAR_SPEC_KEYS.POWER_BATTERYLIFEEFFECTIVENESS_PROPERTIES_CLTCESTIMATEDEXTENDEANGE);
587
289
 
588
290
  /**
589
- * 增程车型纯电续航(CLTC) (Cltc Estimated Extend Range)
291
+ * 增程车型纯电续航(CLTC) (Cltc Estimated Extend Range) - power-trip 兼容
590
292
  */
591
293
  const specPowerPowerTripPropertiesExtendedRangeCltcElectricMileage = getSpecOnly(CAR_SPEC_KEYS.POWER_POWERTRIP_PROPERTIES_EXTENDED_RANGE_CLTC_ELECTRIC_MILEAGE);
592
294
 
@@ -606,24 +308,14 @@ export function getCarSpecs() {
606
308
  const specPowerRangePropertiesCltcFuelEndurance = getSpecOnly(CAR_SPEC_KEYS.POWER_RANGE_PROPERTIES_CLTC_FUEL_ENDURANCE);
607
309
 
608
310
  /**
609
- * 增程车型WLTC纯电剩余续航 (Extended range electric vehicle WLTC batt remaining range)
610
- */
611
- const specPowerRangePropertiesExtendedRangeElectricVehicleWltcBattRemainingRange = getSpecOnly(CAR_SPEC_KEYS.POWER_RANGE_PROPERTIES_EXTENDED_RANGE_ELECTRIC_VEHICLE_WLTC_BATT_REMAINING_RANGE);
612
-
613
- /**
614
- * 增程车型WLTC燃油剩余续航 (Extended range electric vehicle WLTC fuel remaining range)
615
- */
616
- const specPowerRangePropertiesExtendedRangeElectricVehicleWltcFuelRemainingRange = getSpecOnly(CAR_SPEC_KEYS.POWER_RANGE_PROPERTIES_EXTENDED_RANGE_ELECTRIC_VEHICLE_WLTC_FUEL_REMAINING_RANGE);
617
-
618
- /**
619
- * 增程车型CLTC纯电剩余续航 (Extended range electric vehicle CLTC batt remaining range)
311
+ * 动态剩余燃油续航远程数据 (Remote data of dynamic remaining fuel range)
620
312
  */
621
- const specPowerRangePropertiesExtendedRangeElectricVehicleCltcBattRemainingRange = getSpecOnly(CAR_SPEC_KEYS.POWER_RANGE_PROPERTIES_EXTENDED_RANGE_ELECTRIC_VEHICLE_CLTC_BATT_REMAINING_RANGE);
313
+ const specPowerRangePropertiesRemoteFuelRange = getSpecOnly(CAR_SPEC_KEYS.POWER_RANGE_PROPERTIES_REMOTE_DATA_OF_DYNAMIC_REMAINING_FUEL_RANGE);
622
314
 
623
315
  /**
624
- * 增程车型CLTC燃油剩余续航 (Extended range electric vehicle CLTC fuel remaining range)
316
+ * 动态剩余纯电续航远程数据 (Remote data of dynamic remaining ev range)
625
317
  */
626
- const specPowerRangePropertiesExtendedRangeElectricVehicleCltcFuelRemainingRange = getSpecOnly(CAR_SPEC_KEYS.POWER_RANGE_PROPERTIES_EXTENDED_RANGE_ELECTRIC_VEHICLE_CLTC_FUEL_REMAINING_RANGE);
318
+ const specPowerRangePropertiesRemoteEvRange = getSpecOnly(CAR_SPEC_KEYS.POWER_RANGE_PROPERTIES_REMOTE_DATA_OF_DYNAMIC_REMAINING_EV_RANGE);
627
319
 
628
320
  /**
629
321
  * 主驾座椅加热功能 (Driver seat heating function)
@@ -700,6 +392,21 @@ export function getCarSpecs() {
700
392
  */
701
393
  const specSeatRow2RightPropertiesSeatVentilationGear = getSpecOnly(CAR_SPEC_KEYS.SEAT_ROW2RIGHT_PROPERTIES_SEATVENTILATIONGEAR);
702
394
 
395
+ /**
396
+ * 三排左侧座椅加热 (Third-row left seat heating)
397
+ */
398
+ const specSeatRow3LeftPropertiesHeating = getSpecOnly(CAR_SPEC_KEYS.SEAT_ROW3LEFT_PROPERTIES_HEATING);
399
+
400
+ /**
401
+ * 三排中间座椅加热 (Third-row middle seat heating)
402
+ */
403
+ const specSeatRow3MiddlePropertiesHeating = getSpecOnly(CAR_SPEC_KEYS.SEAT_ROW3MIDDLE_PROPERTIES_HEATING);
404
+
405
+ /**
406
+ * 三排右侧座椅加热 (Third-row right seat heating)
407
+ */
408
+ const specSeatRow3RightPropertiesHeating = getSpecOnly(CAR_SPEC_KEYS.SEAT_ROW3RIGHT_PROPERTIES_HEATING);
409
+
703
410
  /**
704
411
  * 空调开关状态 (HVAC Switch State)
705
412
  */
@@ -720,35 +427,15 @@ export function getCarSpecs() {
720
427
  */
721
428
  const specHVACTemperaturePropertiesOutsideTemperature = getSpecOnly(CAR_SPEC_KEYS.HVAC_TEMPERATURE_PROPERTIES_OUTSIDETEMPERATURE);
722
429
 
723
- /**
724
- * 主驾区域温度 (Target Temperature) - 温度设定
725
- */
726
- const specHVACTemperaturePropertiesHvacTargetTemperature = getSpecOnly(CAR_SPEC_KEYS.HVAC_TEMPERATURE_PROPERTIES_HVACTARGETTEMPERATURE);
727
-
728
430
  /**
729
431
  * 车外温度 (Outside Temperature) - 单位摄氏度旧
730
432
  */
731
433
  const specHVACTemperaturePropertiesOldOutsideTemperature = getSpecOnly(CAR_SPEC_KEYS.HVAC_TEMPERATURE_PROPERTIES_OLD_OUTSIDETEMPERATURE);
732
434
 
733
435
  /**
734
- * 后排空调温度 (Rear Temperature) - 后排区域温度设定
735
- */
736
- const specHVACTemperaturePropertiesRearTemperature = getSpecOnly(CAR_SPEC_KEYS.HVAC_TEMPERATURE_PROPERTIES_REARTEMPERATURE);
737
-
738
- /**
739
- * 后排空调温度 (Rear Air Conditioning Temperature) - 后排区域温度设定旧
740
- */
741
- const specHVACTemperaturePropertiesRearAirConditioningTemperature = getSpecOnly(CAR_SPEC_KEYS.HVAC_TEMPERATURE_PROPERTIES_REARAIRCONDITIONINGTEMPERATURE);
742
-
743
- /**
744
- * 空气净化挡位 (Air purification gear) - 空气净化强度档位
745
- */
746
- const specHVACAirPurifierPropertiesAirPurificationGear = getSpecOnly(CAR_SPEC_KEYS.HVAC_AIRPURIFIER_PROPERTIES_AIRPURIFICATIONGEAR);
747
-
748
- /**
749
- * 空气净化开关 (Air purification switch) - 空气净化功能开关
436
+ * 主驾区域温度 (Target Temperature) - 温度设定
750
437
  */
751
- const specHVACAirPurifierPropertiesAirPurificationSwitch = getSpecOnly(CAR_SPEC_KEYS.HVAC_AIRPURIFIER_PROPERTIES_AIRPURIFICATIONSWITCH);
438
+ const specHVACTemperaturePropertiesHvacTargetTemperature = getSpecOnly(CAR_SPEC_KEYS.HVAC_TEMPERATURE_PROPERTIES_HVACTARGETTEMPERATURE);
752
439
 
753
440
  /**
754
441
  * 档位状态 (Gear Status) - 档位显示
@@ -770,88 +457,12 @@ export function getCarSpecs() {
770
457
  */
771
458
  const specBodyRemoteControlEventsRemoteControlResponse = getSpecOnly(CAR_SPEC_KEYS.BODY_REMOTECONTROL_EVENTS_REMOTECONTROLRESPONSE);
772
459
 
773
- /**
774
- * 冰箱状态 (Fridge State) - 冰箱开启/关闭状态
775
- */
776
- const specFridgeInfoPropertiesFridgeState = getSpecOnly(CAR_SPEC_KEYS.FRIDGE_INFO_PROPERTIES_FRIDGESTATE);
777
-
778
- /**
779
- * 冰箱工作模式 (Fridge Mode) - 制冷/制热模式
780
- */
781
- const specFridgeInfoPropertiesFridgeMode = getSpecOnly(CAR_SPEC_KEYS.FRIDGE_INFO_PROPERTIES_FRIDGEMODE);
782
-
783
- /**
784
- * 冰箱性能设置模式 (Fridge Performance Status) - 冰箱性能档位设置
785
- */
786
- const specFridgeInfoPropertiesFridgePerformanceSts = getSpecOnly(CAR_SPEC_KEYS.FRIDGE_INFO_PROPERTIES_FRIDGEPERFORMANCESTS);
787
-
788
- /**
789
- * 下发地理围栏 (Add GeoFence) - 添加地理围栏
790
- */
791
- const specMapGeoFenceActionsAddGeoFence = getSpecOnly(CAR_SPEC_KEYS.MAP_GEOFENCE_ACTIONS_ADDGEOFENCE);
792
-
793
- /**
794
- * 删除地理围栏 (Remove GeoFence) - 移除地理围栏
795
- */
796
- const specMapGeoFenceActionsRemoveGeoFence = getSpecOnly(CAR_SPEC_KEYS.MAP_GEOFENCE_ACTIONS_REMOVEGEOFENCE);
797
-
798
- /**
799
- * 查询地理围栏 (Query GeoFence) - 查看地理围栏信息
800
- */
801
- const specMapGeoFenceActionsQueryGeoFence = getSpecOnly(CAR_SPEC_KEYS.MAP_GEOFENCE_ACTIONS_QUERYGEOFENCE);
802
-
803
- /**
804
- * 事务编辑地理围栏 (Transactional GeoFence Operation) - 事务方式操作围栏
805
- */
806
- const specMapGeoFenceActionsTransactionalGeoFenceOperation = getSpecOnly(CAR_SPEC_KEYS.MAP_GEOFENCE_ACTIONS_TRANSACTIONALGEOFENCEOPERATION);
807
-
808
- /**
809
- * 批量编辑地理围栏 (Batch GeoFence Operation) - 批量操作围栏
810
- */
811
- const specMapGeoFenceActionsBatchGeoFenceOperation = getSpecOnly(CAR_SPEC_KEYS.MAP_GEOFENCE_ACTIONS_BATCHGEOFENCEOPERATION);
812
-
813
- /**
814
- * 下发地理围栏回调结果 (Add GeoFence Result Event) - 添加围栏结果
815
- */
816
- const specMapGeoFenceEventsAddGeoFenceResult = getSpecOnly(CAR_SPEC_KEYS.MAP_GEOFENCE_EVENTS_ADDGEOFENCERESULT);
817
-
818
- /**
819
- * 删除地理围栏回调结果 (Remove GeoFence Result Event) - 移除围栏结果
820
- */
821
- const specMapGeoFenceEventsRemoveGeoFenceResult = getSpecOnly(CAR_SPEC_KEYS.MAP_GEOFENCE_EVENTS_REMOVEGEOFENCERESULT);
822
-
823
- /**
824
- * 查询地理围栏回调结果 (Query GeoFence Result Event) - 查询围栏结果
825
- */
826
- const specMapGeoFenceEventsQueryGeoFenceResult = getSpecOnly(CAR_SPEC_KEYS.MAP_GEOFENCE_EVENTS_QUERYGEOFENCERESULT);
827
-
828
- /**
829
- * 进出地理围栏上报事件 (GeoFencing Event) - 进出围栏状态变化
830
- */
831
- const specMapGeoFenceEventsGeoFencing = getSpecOnly(CAR_SPEC_KEYS.MAP_GEOFENCE_EVENTS_GEOFENCING);
832
-
833
- /**
834
- * 远程位置开关 (Location Switch) - 远程位置功能开关
835
- */
836
- const specSceneLocationPropertiesDcdRemoteLocationSwitch = getSpecOnly(CAR_SPEC_KEYS.SCENE_LOCATION_PROPERTIES_DCDREMOTELOCATIONSWITCH);
837
-
838
460
  /**
839
461
  * 哨兵工作模式 (Sentry Work Mode) - 哨兵模式工作状态
840
462
  */
841
463
  const specSentryInfoPropertiesSentryWorkMode = getSpecOnly(CAR_SPEC_KEYS.SENTRY_INFO_PROPERTIES_SENTRYWORKMODE);
842
-
843
- /**
844
- * 哨兵告警事件 (Sentry Alarm Event) - 哨兵模式告警事件
845
- */
846
- const specSentrySentryEventEventsSentryAlarm = getSpecOnly(CAR_SPEC_KEYS.SENTRY_SENTRYEVENT_EVENTS_SENTRYALARM);
847
464
  carSpecs = {
848
- specBasicDeviceInformationPropertiesName,
849
- specBasicDeviceInformationPropertiesCarModel,
850
- specBasicDynamicPropertiesServiceEnableList,
851
465
  specDoorCentralLockPropertiesCentralLockState,
852
- specPowerChargingEventsStopCharging,
853
- specPowerChargingEventsEndCharging,
854
- specPowerChargingEventsCharging,
855
466
  specPowerBatteryPropertiesBatterySoCDisplay,
856
467
  specPowerBatteryPropertiesLowSocWarning,
857
468
  specPowerBatteryPropertiesBatteryEstimatedMileage,
@@ -861,10 +472,8 @@ export function getCarSpecs() {
861
472
  specPowerRangePropertiesWltcFuelEndurance,
862
473
  specPowerRangePropertiesWltcPureEleCruisingEndurance,
863
474
  specPowerRangePropertiesCltcFuelEndurance,
864
- specPowerRangePropertiesExtendedRangeElectricVehicleWltcBattRemainingRange,
865
- specPowerRangePropertiesExtendedRangeElectricVehicleWltcFuelRemainingRange,
866
- specPowerRangePropertiesExtendedRangeElectricVehicleCltcBattRemainingRange,
867
- specPowerRangePropertiesExtendedRangeElectricVehicleCltcFuelRemainingRange,
475
+ specPowerRangePropertiesRemoteFuelRange,
476
+ specPowerRangePropertiesRemoteEvRange,
868
477
  specSeatRow1LeftPropertiesHeating,
869
478
  specSeatRow1LeftPropertiesSeatVentilation: specSeatRow1LeftPropertiesSeatVentilation || specSeatRow1LeftPropertiesSeatVentilationGear,
870
479
  specSeatRow1RightPropertiesHeating,
@@ -875,33 +484,19 @@ export function getCarSpecs() {
875
484
  specSeatRow2MiddlePropertiesSeatVentilation: specSeatRow2MiddlePropertiesSeatVentilation || specSeatRow2MiddlePropertiesSeatVentilationGear,
876
485
  specSeatRow2RightPropertiesHeating,
877
486
  specSeatRow2RightPropertiesSeatVentilation: specSeatRow2RightPropertiesSeatVentilation || specSeatRow2RightPropertiesSeatVentilationGear,
487
+ specSeatRow3LeftPropertiesHeating,
488
+ specSeatRow3MiddlePropertiesHeating,
489
+ specSeatRow3RightPropertiesHeating,
878
490
  specHVACStatePropertiesHvacStatus,
879
491
  specHVACStatePropertiesHvacDefrosterStatus,
880
492
  specHVACTemperaturePropertiesInsideTemperature,
881
493
  specHVACTemperaturePropertiesOutsideTemperature: specHVACTemperaturePropertiesOutsideTemperature || specHVACTemperaturePropertiesOldOutsideTemperature,
882
494
  specHVACTemperaturePropertiesHvacTargetTemperature,
883
- specHVACTemperaturePropertiesRearTemperature: specHVACTemperaturePropertiesRearTemperature || specHVACTemperaturePropertiesRearAirConditioningTemperature,
884
- specHVACAirPurifierPropertiesAirPurificationGear,
885
- specHVACAirPurifierPropertiesAirPurificationSwitch,
886
495
  specBodyGearPropertiesGearStatus,
887
496
  specBodySteeringWheelPropertiesSteeringWheelHeating,
888
497
  specBodyPowerModePropertiesPowerModeState,
889
498
  specBodyRemoteControlEventsRemoteControlResponse,
890
- specFridgeInfoPropertiesFridgeState,
891
- specFridgeInfoPropertiesFridgeMode,
892
- specFridgeInfoPropertiesFridgePerformanceSts,
893
- specMapGeoFenceActionsAddGeoFence,
894
- specMapGeoFenceActionsRemoveGeoFence,
895
- specMapGeoFenceActionsQueryGeoFence,
896
- specMapGeoFenceActionsTransactionalGeoFenceOperation,
897
- specMapGeoFenceActionsBatchGeoFenceOperation,
898
- specMapGeoFenceEventsAddGeoFenceResult,
899
- specMapGeoFenceEventsRemoveGeoFenceResult,
900
- specMapGeoFenceEventsQueryGeoFenceResult,
901
- specMapGeoFenceEventsGeoFencing,
902
- specSceneLocationPropertiesDcdRemoteLocationSwitch,
903
- specSentryInfoPropertiesSentryWorkMode,
904
- specSentrySentryEventEventsSentryAlarm
499
+ specSentryInfoPropertiesSentryWorkMode
905
500
  };
906
501
  return carSpecs;
907
502
  }