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

Commit 851a9626 authored by Tyler Trephan's avatar Tyler Trephan
Browse files

Added missing HVAC properties to DefaultProperties.json

Test: Built
Bug: 237610879
Change-Id: I8a71d3ab47c2e60ed90a11cfeb4c10b44d93f1c9
parent ba74c855
Loading
Loading
Loading
Loading
+34 −0
Original line number Diff line number Diff line
@@ -840,6 +840,19 @@
                0
            ]
        },
        {
            "property": "VehicleProperty::HVAC_ACTUAL_FAN_SPEED_RPM",
            "defaultValue": {
                "int32Values": [
                    50
                ]
            },
            "areas": [
                {
                    "areaId": "Constants::HVAC_ALL"
                }
            ]
        },
        {
            "property": "VehicleProperty::HVAC_POWER_ON",
            "defaultValue": {
@@ -1102,6 +1115,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": [