forked from eclipse-velocitas/vehicle-app-python-sdk
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAppManifest.json
35 lines (35 loc) · 1.03 KB
/
AppManifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"manifestVersion": "v3",
"name": "atomic-set",
"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.Seat.Row1.Pos1.Position",
"access": "write"
},
{
"path": "Vehicle.Cabin.Seat.Row1.Pos2.Position",
"access": "write"
}
]
}
}
},
{
"type": "pubsub",
"config": {
"reads": [
"vehicleapp/setValue/request"
],
"writes": [
"vehicleapp/setValue/response",
]
}
}
]
}