Skip to content

Commit d47133c

Browse files
committed
Fixes identity key for Seats - Persons detected property
1 parent 1f70b4f commit d47133c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.1.0",
3+
"version": "1.1.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export const getPropertyIdentityKey = (capabilityName: string) => (propertyName:
128128

129129
case 'seats':
130130
switch (propertyName) {
131-
case 'person_detected':
131+
case 'persons_detected':
132132
case 'seatbelts_state':
133133
return 'location';
134134
}

src/configuration/configuration.json

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

0 commit comments

Comments
 (0)