Skip to content

Commit

Permalink
Removing dead config
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Jul 17, 2024
1 parent abdb09a commit db3f2cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 39 deletions.
38 changes: 0 additions & 38 deletions examples/dog-mode/AppManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,6 @@
"manifestVersion": "v3",
"name": "dogmode",
"interfaces": [
{
"type": "vehicle-signal-interface",
"config": {
"src": "https://github.com/COVESA/vehicle_signal_specification/releases/download/v3.0/vss_rel_3.0.json",
"datapoints": {
"required": [
{
"path": "Vehicle.Cabin.AmbientAirTemperature",
"access": "read"
},
{
"path": "Vehicle.Cabin.DogMode",
"access": "read"
},
{
"path": "Vehicle.Cabin.DogModeTemperature",
"access": "read"
},
{
"path": "Vehicle.Powertrain.Battery.StateOfCharge.Current",
"access": "read"
}
]
}
}
},
{
"type": "grpc-interface",
"config": {
"src": "https://raw.githubusercontent.com/eclipse/kuksa.val.services/v0.2.0/hvac_service/proto/sdv/edge/comfort/hvac/v1/hvac.proto",
"required": {
"methods": [
"SetAcStatus",
"SetTemperature"
]
}
}
},
{
"type": "pubsub",
"config": {
Expand Down
2 changes: 1 addition & 1 deletion velocitas_sdk/native/locator.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_service_location(self, service_name: str) -> str:
except KeyError:
logger.warning(
"""Can't find the service location for %s, make sure to set the
necessary env variables for all depemdencies""",
necessary env variables for all dependencies""",
service_name,
)

Expand Down

0 comments on commit db3f2cb

Please sign in to comment.