Skip to content

Commit 2eed980

Browse files
committed
1.2.0
1 parent 228fcb9 commit 2eed980

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@highmobility/auto-api-javascript",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Auto API for JavaScript - the parsing library for the Auto API vehicle data model",
55
"main": "lib/index.js",
66
"module": "es/index.js",

scripts/generate-configuration.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,14 @@ export const getPropertyIdentityKey = (capabilityName: string) => (propertyName:
118118
return 'location';
119119
}
120120

121+
case 'maintenance':
122+
switch (propertyName) {
123+
case 'brakes_service_due_dates':
124+
case 'brakes_service_remaining_distances':
125+
case 'brakes_service_statuses':
126+
return 'axle';
127+
}
128+
121129
case 'race':
122130
switch (propertyName) {
123131
case 'accelerations':

src/configuration/configuration.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)