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

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

Merge "Added missing HVAC properties to DefaultProperties.json"

parents cac910e5 851a9626
Loading
Loading
Loading
Loading
+34 −0
Original line number Diff line number Diff line
@@ -910,6 +910,19 @@
                0
            ]
        },
        {
            "property": "VehicleProperty::HVAC_ACTUAL_FAN_SPEED_RPM",
            "defaultValue": {
                "int32Values": [
                    50
                ]
            },
            "areas": [
                {
                    "areaId": "Constants::HVAC_ALL"
                }
            ]
        },
        {
            "property": "VehicleProperty::HVAC_POWER_ON",
            "defaultValue": {
@@ -1172,6 +1185,27 @@
                }
            ]
        },
        {
            "property": "VehicleProperty::HVAC_TEMPERATURE_CURRENT",
            "areas": [
                {
                    "defaultValue": {
                        "floatValues": [
                            17.3
                        ]
                    },
                    "areaId": 49
                },
                {
                    "defaultValue": {
                        "floatValues": [
                            19.1
                        ]
                    },
                    "areaId": 68
                }
            ]
        },
        {
            "property": "VehicleProperty::HVAC_TEMPERATURE_SET",
            "areas": [