Skip to content

Commit

Permalink
fix appManifest (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
MP91 authored Aug 18, 2023
1 parent 0030f44 commit 5a2aa42
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 111 deletions.
12 changes: 0 additions & 12 deletions examples/array-datatype/AppManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,11 @@
"required": [
{
"path": "Vehicle.Powertrain.FuelSystem.SupportedFuel",
"optional": "false",
"access": "read"
}
]
}
}
},
{
"type": "grpc-interface",
"config": {
"src": "https://github.com/eclipse/kuksa.val/blob/master/kuksa_databroker/proto/sdv/databroker/v1/broker.proto",
"required": {
"methods": [
"Subscribe"
]
}
}
}
]
}
14 changes: 0 additions & 14 deletions examples/atomic-set/AppManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,16 @@
"required": [
{
"path": "Vehicle.Cabin.Seat.Row1.Pos1.Position",
"optional": "false",
"access": "write"
},
{
"path": "Vehicle.Cabin.Seat.Row1.Pos2.Position",
"optional": "false",
"access": "write"
}
]
}
}
},
{
"type": "grpc-interface",
"config": {
"src": "https://github.com/eclipse/kuksa.val/blob/master/kuksa_databroker/proto/sdv/databroker/v1/broker.proto",
"required": {
"methods": [
"SetDatapoints",
"Subscribe"
]
}
}
},
{
"type": "pubsub",
"config": {
Expand Down
14 changes: 0 additions & 14 deletions examples/datapoint-set/AppManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,16 @@
"required": [
{
"path": "Vehicle.Cabin.Seat.Row1.Pos1.IsBelted",
"optional": "false",
"access": "write"
},
{
"path": "Vehicle.Cabin.Seat.Row1.Pos1.Position",
"optional": "false",
"access": "write"
}
]
}
}
},
{
"type": "grpc-interface",
"config": {
"src": "https://github.com/eclipse/kuksa.val/blob/master/kuksa_databroker/proto/sdv/databroker/v1/broker.proto",
"required": {
"methods": [
"SetDatapoints",
"Subscribe"
]
}
}
},
{
"type": "pubsub",
"config": {
Expand Down
17 changes: 1 addition & 16 deletions examples/dog-mode/AppManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,18 @@
"required": [
{
"path": "Vehicle.Cabin.AmbientAirTemperature",
"optional": "false",
"access": "read"
},
{
"path": "Vehicle.Cabin.DogMode",
"optional": "false",
"access": "read"
},
{
"path": "Vehicle.Cabin.DogModeTemperature",
"optional": "false",
"access": "read"
},
{
"path": "Vehicle.Powertrain.Battery.StateOfCharge.Current",
"optional": "false",
"access": "read"
}
]
Expand All @@ -35,18 +31,7 @@
{
"type": "grpc-interface",
"config": {
"src": "https://github.com/eclipse/kuksa.val/blob/master/kuksa_databroker/proto/sdv/databroker/v1/broker.proto",
"required": {
"methods": [
"Subscribe"
]
}
}
},
{
"type": "grpc-interface",
"config": {
"src": "https://github.com/eclipse/kuksa.val.services/blob/main/hvac_service/proto/sdv/edge/comfort/hvac/v1/hvac.proto",
"src": "https://github.com/eclipse/kuksa.val.services/blob/v0.2.0/hvac_service/proto/sdv/edge/comfort/hvac/v1/hvac.proto",
"required": {
"methods": [
"SetAcStatus",
Expand Down
14 changes: 0 additions & 14 deletions examples/dynamic-rule/AppManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,20 @@
"required": [
{
"path": "Vehicle.Speed",
"optional": "false",
"access": "read"
},
{
"path": "Vehicle.ADAS.ABS.IsEnabled",
"optional": "false",
"access": "read"
},
{
"path": "Vehicle.ADAS.ABS.IsEngaged",
"optional": "false",
"access": "read"
}
]
}
}
},
{
"type": "grpc-interface",
"config": {
"src": "https://github.com/eclipse/kuksa.val/blob/master/kuksa_databroker/proto/sdv/databroker/v1/broker.proto",
"required": {
"methods": [
"Subscribe"
]
}
}
},
{
"type": "pubsub",
"config": {
Expand Down
15 changes: 0 additions & 15 deletions examples/seat-adjuster/AppManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,16 @@
"required": [
{
"path": "Vehicle.Cabin.Seat.Row1.Pos1.Position",
"optional": "false",
"access": "write"
},
{
"path": "Vehicle.Speed",
"optional": "false",
"access": "read"
}
]
}
}
},
{
"type": "grpc-interface",
"config": {
"src": "https://github.com/eclipse/kuksa.val/blob/master/kuksa_databroker/proto/sdv/databroker/v1/broker.proto",
"required": {
"methods": [
"GetDatapoints",
"SetDatapoints",
"Subscribe"
]
}
}
},
{
"type": "pubsub",
"config": {
Expand Down
12 changes: 0 additions & 12 deletions examples/static-rule/AppManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,11 @@
"required": [
{
"path": "Vehicle.Speed",
"optional": "false",
"access": "read"
}
]
}
}
},
{
"type": "grpc-interface",
"config": {
"src": "https://github.com/eclipse/kuksa.val/blob/master/kuksa_databroker/proto/sdv/databroker/v1/broker.proto",
"required": {
"methods": [
"Subscribe"
]
}
}
}
]
}
14 changes: 0 additions & 14 deletions examples/vdb-queries/AppManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,15 @@
"required": [
{
"path": "Vehicle.Cabin.Seat.Row1.Pos1.Position",
"optional": "false",
"access": "read"
},
{
"path": "Vehicle.Speed",
"optional": "false",
"access": "read"
}
]
}
}
},
{
"type": "grpc-interface",
"config": {
"src": "https://github.com/eclipse/kuksa.val/blob/master/kuksa_databroker/proto/sdv/databroker/v1/broker.proto",
"required": {
"methods": [
"GetDatapoints",
"Subscribe"
]
}
}
}
]
}

0 comments on commit 5a2aa42

Please sign in to comment.