Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4a5f6d7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Added DOOR_MOVE to the default configuration"

parents 6ece2958 c4ae4e4d
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
@@ -1963,6 +1963,36 @@
                }
            ]
        },
        {
            "property": "VehicleProperty::DOOR_MOVE",
            "defaultValue": {
                "int32Values": [
                    0
                ]
            },
            "areas": [
                {
                    "areaId": "Constants::DOOR_1_LEFT",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                },
                {
                    "areaId": "Constants::DOOR_1_RIGHT",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                },
                {
                    "areaId": "Constants::DOOR_2_LEFT",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                },
                {
                    "areaId": "Constants::DOOR_2_RIGHT",
                    "minInt32Value": -1,
                    "maxInt32Value": 1
                }
            ]
        },
        {
            "property": "VehicleProperty::MIRROR_Z_POS",
            "defaultValue": {