Skip to content

Commit db3f2cb

Browse files
committed
Removing dead config
1 parent abdb09a commit db3f2cb

File tree

2 files changed

+1
-39
lines changed

2 files changed

+1
-39
lines changed

examples/dog-mode/AppManifest.json

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2,44 +2,6 @@
22
"manifestVersion": "v3",
33
"name": "dogmode",
44
"interfaces": [
5-
{
6-
"type": "vehicle-signal-interface",
7-
"config": {
8-
"src": "https://github.com/COVESA/vehicle_signal_specification/releases/download/v3.0/vss_rel_3.0.json",
9-
"datapoints": {
10-
"required": [
11-
{
12-
"path": "Vehicle.Cabin.AmbientAirTemperature",
13-
"access": "read"
14-
},
15-
{
16-
"path": "Vehicle.Cabin.DogMode",
17-
"access": "read"
18-
},
19-
{
20-
"path": "Vehicle.Cabin.DogModeTemperature",
21-
"access": "read"
22-
},
23-
{
24-
"path": "Vehicle.Powertrain.Battery.StateOfCharge.Current",
25-
"access": "read"
26-
}
27-
]
28-
}
29-
}
30-
},
31-
{
32-
"type": "grpc-interface",
33-
"config": {
34-
"src": "https://raw.githubusercontent.com/eclipse/kuksa.val.services/v0.2.0/hvac_service/proto/sdv/edge/comfort/hvac/v1/hvac.proto",
35-
"required": {
36-
"methods": [
37-
"SetAcStatus",
38-
"SetTemperature"
39-
]
40-
}
41-
}
42-
},
435
{
446
"type": "pubsub",
457
"config": {

velocitas_sdk/native/locator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def get_service_location(self, service_name: str) -> str:
3838
except KeyError:
3939
logger.warning(
4040
"""Can't find the service location for %s, make sure to set the
41-
necessary env variables for all depemdencies""",
41+
necessary env variables for all dependencies""",
4242
service_name,
4343
)
4444

0 commit comments

Comments
 (0)