X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-connectivity%2Fkuksa-val%2Fkuksa-val-agl%2F00-agl_vss_overlay_2.2.json;h=423d32385216406333d5f060746904974b7bd908;hb=HEAD;hp=6cfdf5eee63cef91c76b87005326ea6b6a58c70f;hpb=94a34e1359860b99ad5958bd11ef9abae3f3dbb0;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-connectivity/kuksa-val/kuksa-val-agl/00-agl_vss_overlay_2.2.json b/recipes-connectivity/kuksa-val/kuksa-val-agl/00-agl_vss_overlay_2.2.json deleted file mode 100644 index 6cfdf5eee..000000000 --- a/recipes-connectivity/kuksa-val/kuksa-val-agl/00-agl_vss_overlay_2.2.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "Vehicle": { - "children": { - "ADAS": { - "children": { - "CruiseControl": { - "children": { - "IsSet": { - "datatype": "boolean", - "description": "Indicates if cruise control speed is set. True = Enabled. False = Disabled.", - "type": "sensor", - "uuid": "65444a5d94dd45c59187f4179bf541ad" - } - } - } - } - }, - "Cabin": { - "children": { - "Infotainment": { - "children": { - "Media": { - "children": { - "Action": { - "datatype": "string", - "description": "Tells if the media was", - "enum": [ - "unknown", - "Stop", - "Play", - "FastForward", - "FastBackward", - "SkipForward", - "SkipBackward", - "NextSource" - ], - "type": "actuator", - "uuid": "0357aea525bf505981a14e4fc720094e" - } - } - }, - "Navigation": { - "children": { - "State": { - "datatype": "string", - "description": "Navigation state", - "enum": [ - "unknown", - "Active", - "Arrived", - "Stopped" - ], - "type": "sensor", - "uuid": "4c16a4aace5a418580c6370356d2acb9" - }, - "ElapsedDistance": { - "datatype": "float", - "description": "Navigation elapsed distance", - "type": "sensor", - "unit": "km", - "uuid": "0bef606dcf5b4a75bfd7e5f3c68359ec" - } - } - }, - "Cluster": { - "children": { - "Mode": { - "datatype": "boolean", - "description": "Cluster mode switch engaged", - "type": "actuator", - "uuid": "7df1649ebed447ef81bb6e92786514d9" - } - } - } - } - } - } - } - } - } -}