Add demo specific KUKSA.val configuration
[AGL/meta-agl-demo.git] / recipes-connectivity / kuksa-val / kuksa-val-agl / 00-agl_vss_overlay_2.2.json
1 {
2   "Vehicle": {
3     "children": {
4       "ADAS": {
5         "children": {
6           "CruiseControl": {
7             "children": {
8               "IsSet": {
9                 "datatype": "boolean",
10                 "description": "Indicates if cruise control speed is set. True = Enabled. False = Disabled.",
11                 "type": "sensor",
12                 "uuid": "65444a5d94dd45c59187f4179bf541ad"
13               }
14             }
15           }
16         }
17       },
18       "Cabin": {
19         "children": {
20           "Infotainment": {
21             "children": {
22               "Media": {
23                 "children": {
24                   "Action": {
25                     "datatype": "string",
26                     "description": "Tells if the media was",
27                     "enum": [
28                       "unknown",
29                       "Stop",
30                       "Play",
31                       "FastForward",
32                       "FastBackward",
33                       "SkipForward",
34                       "SkipBackward",
35                       "NextSource"
36                     ],
37                     "type": "actuator",
38                     "uuid": "0357aea525bf505981a14e4fc720094e"
39                   }
40                 }
41               },
42               "Navigation": {
43                 "children": {
44                   "State": {
45                     "datatype": "string",
46                     "description": "Navigation state",
47                     "enum": [
48                       "unknown",
49                       "Active",
50                       "Arrived",
51                       "Stopped"
52                     ],
53                     "type": "sensor",
54                     "uuid": "4c16a4aace5a418580c6370356d2acb9"
55                   },
56                   "ElapsedDistance": {
57                     "datatype": "float",
58                     "description": "Navigation elapsed distance",
59                     "type": "sensor",
60                     "unit": "km",
61                     "uuid": "0bef606dcf5b4a75bfd7e5f3c68359ec"
62                   }
63                 }
64               },
65               "Cluster": {
66                 "children": {
67                   "Mode": {
68                     "datatype": "boolean",
69                     "description": "Cluster mode switch engaged",
70                     "type": "actuator",
71                     "uuid": "7df1649ebed447ef81bb6e92786514d9"
72                   }
73                 }
74               }
75             }
76           }
77         }
78       }
79     }
80   }
81 }