Skip to content

Commit 5a2aa42

Browse files
authored
fix appManifest (#96)
1 parent 0030f44 commit 5a2aa42

File tree

8 files changed

+1
-111
lines changed

8 files changed

+1
-111
lines changed

examples/array-datatype/AppManifest.json

-12
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,11 @@
1010
"required": [
1111
{
1212
"path": "Vehicle.Powertrain.FuelSystem.SupportedFuel",
13-
"optional": "false",
1413
"access": "read"
1514
}
1615
]
1716
}
1817
}
19-
},
20-
{
21-
"type": "grpc-interface",
22-
"config": {
23-
"src": "https://github.com/eclipse/kuksa.val/blob/master/kuksa_databroker/proto/sdv/databroker/v1/broker.proto",
24-
"required": {
25-
"methods": [
26-
"Subscribe"
27-
]
28-
}
29-
}
3018
}
3119
]
3220
}

examples/atomic-set/AppManifest.json

-14
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,16 @@
1010
"required": [
1111
{
1212
"path": "Vehicle.Cabin.Seat.Row1.Pos1.Position",
13-
"optional": "false",
1413
"access": "write"
1514
},
1615
{
1716
"path": "Vehicle.Cabin.Seat.Row1.Pos2.Position",
18-
"optional": "false",
1917
"access": "write"
2018
}
2119
]
2220
}
2321
}
2422
},
25-
{
26-
"type": "grpc-interface",
27-
"config": {
28-
"src": "https://github.com/eclipse/kuksa.val/blob/master/kuksa_databroker/proto/sdv/databroker/v1/broker.proto",
29-
"required": {
30-
"methods": [
31-
"SetDatapoints",
32-
"Subscribe"
33-
]
34-
}
35-
}
36-
},
3723
{
3824
"type": "pubsub",
3925
"config": {

examples/datapoint-set/AppManifest.json

-14
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,16 @@
1010
"required": [
1111
{
1212
"path": "Vehicle.Cabin.Seat.Row1.Pos1.IsBelted",
13-
"optional": "false",
1413
"access": "write"
1514
},
1615
{
1716
"path": "Vehicle.Cabin.Seat.Row1.Pos1.Position",
18-
"optional": "false",
1917
"access": "write"
2018
}
2119
]
2220
}
2321
}
2422
},
25-
{
26-
"type": "grpc-interface",
27-
"config": {
28-
"src": "https://github.com/eclipse/kuksa.val/blob/master/kuksa_databroker/proto/sdv/databroker/v1/broker.proto",
29-
"required": {
30-
"methods": [
31-
"SetDatapoints",
32-
"Subscribe"
33-
]
34-
}
35-
}
36-
},
3723
{
3824
"type": "pubsub",
3925
"config": {

examples/dog-mode/AppManifest.json

+1-16
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,18 @@
1010
"required": [
1111
{
1212
"path": "Vehicle.Cabin.AmbientAirTemperature",
13-
"optional": "false",
1413
"access": "read"
1514
},
1615
{
1716
"path": "Vehicle.Cabin.DogMode",
18-
"optional": "false",
1917
"access": "read"
2018
},
2119
{
2220
"path": "Vehicle.Cabin.DogModeTemperature",
23-
"optional": "false",
2421
"access": "read"
2522
},
2623
{
2724
"path": "Vehicle.Powertrain.Battery.StateOfCharge.Current",
28-
"optional": "false",
2925
"access": "read"
3026
}
3127
]
@@ -35,18 +31,7 @@
3531
{
3632
"type": "grpc-interface",
3733
"config": {
38-
"src": "https://github.com/eclipse/kuksa.val/blob/master/kuksa_databroker/proto/sdv/databroker/v1/broker.proto",
39-
"required": {
40-
"methods": [
41-
"Subscribe"
42-
]
43-
}
44-
}
45-
},
46-
{
47-
"type": "grpc-interface",
48-
"config": {
49-
"src": "https://github.com/eclipse/kuksa.val.services/blob/main/hvac_service/proto/sdv/edge/comfort/hvac/v1/hvac.proto",
34+
"src": "https://github.com/eclipse/kuksa.val.services/blob/v0.2.0/hvac_service/proto/sdv/edge/comfort/hvac/v1/hvac.proto",
5035
"required": {
5136
"methods": [
5237
"SetAcStatus",

examples/dynamic-rule/AppManifest.json

-14
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,20 @@
1010
"required": [
1111
{
1212
"path": "Vehicle.Speed",
13-
"optional": "false",
1413
"access": "read"
1514
},
1615
{
1716
"path": "Vehicle.ADAS.ABS.IsEnabled",
18-
"optional": "false",
1917
"access": "read"
2018
},
2119
{
2220
"path": "Vehicle.ADAS.ABS.IsEngaged",
23-
"optional": "false",
2421
"access": "read"
2522
}
2623
]
2724
}
2825
}
2926
},
30-
{
31-
"type": "grpc-interface",
32-
"config": {
33-
"src": "https://github.com/eclipse/kuksa.val/blob/master/kuksa_databroker/proto/sdv/databroker/v1/broker.proto",
34-
"required": {
35-
"methods": [
36-
"Subscribe"
37-
]
38-
}
39-
}
40-
},
4127
{
4228
"type": "pubsub",
4329
"config": {

examples/seat-adjuster/AppManifest.json

-15
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,16 @@
1010
"required": [
1111
{
1212
"path": "Vehicle.Cabin.Seat.Row1.Pos1.Position",
13-
"optional": "false",
1413
"access": "write"
1514
},
1615
{
1716
"path": "Vehicle.Speed",
18-
"optional": "false",
1917
"access": "read"
2018
}
2119
]
2220
}
2321
}
2422
},
25-
{
26-
"type": "grpc-interface",
27-
"config": {
28-
"src": "https://github.com/eclipse/kuksa.val/blob/master/kuksa_databroker/proto/sdv/databroker/v1/broker.proto",
29-
"required": {
30-
"methods": [
31-
"GetDatapoints",
32-
"SetDatapoints",
33-
"Subscribe"
34-
]
35-
}
36-
}
37-
},
3823
{
3924
"type": "pubsub",
4025
"config": {

examples/static-rule/AppManifest.json

-12
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,11 @@
1010
"required": [
1111
{
1212
"path": "Vehicle.Speed",
13-
"optional": "false",
1413
"access": "read"
1514
}
1615
]
1716
}
1817
}
1918
},
20-
{
21-
"type": "grpc-interface",
22-
"config": {
23-
"src": "https://github.com/eclipse/kuksa.val/blob/master/kuksa_databroker/proto/sdv/databroker/v1/broker.proto",
24-
"required": {
25-
"methods": [
26-
"Subscribe"
27-
]
28-
}
29-
}
30-
}
3119
]
3220
}

examples/vdb-queries/AppManifest.json

-14
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,15 @@
1010
"required": [
1111
{
1212
"path": "Vehicle.Cabin.Seat.Row1.Pos1.Position",
13-
"optional": "false",
1413
"access": "read"
1514
},
1615
{
1716
"path": "Vehicle.Speed",
18-
"optional": "false",
1917
"access": "read"
2018
}
2119
]
2220
}
2321
}
2422
},
25-
{
26-
"type": "grpc-interface",
27-
"config": {
28-
"src": "https://github.com/eclipse/kuksa.val/blob/master/kuksa_databroker/proto/sdv/databroker/v1/broker.proto",
29-
"required": {
30-
"methods": [
31-
"GetDatapoints",
32-
"Subscribe"
33-
]
34-
}
35-
}
36-
}
3723
]
3824
}

0 commit comments

Comments
 (0)