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

Commit 5a85eb5d authored by Aaqib Ismail's avatar Aaqib Ismail
Browse files

Update emulator config to match real vehicle values

Flag: EXEMPT config change
Bug: 381171052
Test: m
Change-Id: I824b9566d57062d932f068e082b4d4de9fc83d00
parent e7041c8b
Loading
Loading
Loading
Loading
+16 −16
Original line number Diff line number Diff line
@@ -2549,45 +2549,45 @@
            "property": "VehicleProperty::HVAC_TEMPERATURE_SET",
            "defaultValue": {
                "floatValues": [
                    17.0
                    18.5
                ]
            },
            "areas": [
                {
                    "areaId": "Constants::SEAT_1_LEFT",
                    "minFloatValue": 16.0,
                    "maxFloatValue": 28.0
                    "minFloatValue": 17.5,
                    "maxFloatValue": 32.5
                },
                {
                    "areaId": "Constants::SEAT_1_RIGHT",
                    "minFloatValue": 16.0,
                    "maxFloatValue": 28.0
                    "minFloatValue": 17.5,
                    "maxFloatValue": 32.5
                },
                {
                    "areaId": "Constants::SEAT_2_LEFT",
                    "minFloatValue": 16.0,
                    "maxFloatValue": 28.0
                    "minFloatValue": 17.5,
                    "maxFloatValue": 32.5
                },
                {
                    "areaId": "Constants::SEAT_2_RIGHT",
                    "minFloatValue": 16.0,
                    "maxFloatValue": 28.0
                    "minFloatValue": 17.5,
                    "maxFloatValue": 32.5
                },
                {
                    "areaId": "Constants::SEAT_2_CENTER",
                    "minFloatValue": 16.0,
                    "maxFloatValue": 28.0
                    "minFloatValue": 17.5,
                    "maxFloatValue": 32.5
                }
            ],
            "comment":
                    "minFloatValue and maxFloatValue in area config should match corresponding values in configArray",
            "configArray": [
                160,
                280,
                175,
                325,
                5,
                608,
                824,
                9
                600,
                900,
                10
            ]
        },
        {