Skip to content

Commit

Permalink
Adds fixes from AutoAPI level 13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
unematiii committed Nov 27, 2023
1 parent 3893d92 commit f12b360
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hmkit",
"version": "13.2.0",
"version": "13.2.1",
"description": "High Mobility SDK for Node.js",
"homepage": "https://github.com/highmobility/hmkit-node",
"bugs": "https://github.com/highmobility/hmkit-node/issues",
Expand Down
10 changes: 5 additions & 5 deletions src/Configuration/capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -7053,7 +7053,7 @@
},
{
"id": 138,
"name": "hydraulic_pressure_or_brake_fuild_insufficient"
"name": "hydraulic_pressure_or_brake_fluid_insufficient"
},
{
"id": 139,
Expand Down Expand Up @@ -7093,7 +7093,7 @@
},
{
"id": 148,
"name": "power_steering_assitance_failure"
"name": "power_steering_assistance_failure"
},
{
"id": 149,
Expand Down Expand Up @@ -8425,7 +8425,7 @@
{
"data_component": "8a00",
"values": {
"name": "hydraulic_pressure_or_brake_fuild_insufficient",
"name": "hydraulic_pressure_or_brake_fluid_insufficient",
"state": "off"
},
"description": "Hydraulic pressure or brake fuild insufficient is off"
Expand Down Expand Up @@ -8505,7 +8505,7 @@
{
"data_component": "9400",
"values": {
"name": "power_steering_assitance_failure",
"name": "power_steering_assistance_failure",
"state": "off"
},
"description": "Power steering assitance failure is off"
Expand Down Expand Up @@ -18783,7 +18783,7 @@
"name_pretty": "Acceleration",
"type": "unit.acceleration",
"size": 10,
"description": "The accelaration",
"description": "The acceleration",
"unit": {
"name": "acceleration",
"id": 1,
Expand Down
6 changes: 3 additions & 3 deletions src/Configuration/customTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@
"name_pretty": "Acceleration",
"type": "unit.acceleration",
"size": 10,
"description": "The accelaration",
"description": "The acceleration",
"unit": {
"name": "acceleration",
"id": 1,
Expand Down Expand Up @@ -2376,7 +2376,7 @@
},
{
"id": 138,
"name": "hydraulic_pressure_or_brake_fuild_insufficient"
"name": "hydraulic_pressure_or_brake_fluid_insufficient"
},
{
"id": 139,
Expand Down Expand Up @@ -2416,7 +2416,7 @@
},
{
"id": 148,
"name": "power_steering_assitance_failure"
"name": "power_steering_assistance_failure"
},
{
"id": 149,
Expand Down
5 changes: 5 additions & 0 deletions src/Configuration/universalProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,11 @@
{
"id": 42,
"name": "sandbox"
},
{
"id": 43,
"name": "tesla",
"name_pretty": "Tesla"
}
],
"examples": [
Expand Down

0 comments on commit f12b360

Please sign in to comment.