aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Hartmetz <andreas.hartmetz@kdab.com>2016-12-06 19:32:15 +0100
committerAndreas Hartmetz <andreas.hartmetz@kdab.com>2016-12-07 18:11:56 +0000
commita9b9b02781fb2f6c31a51a9f3b4efec3067dec8d (patch)
tree1091bdc9c4584986b53388af32744ddde623b46c
parent601a3252b8bc118b3b5153cc644f651c7ee17799 (diff)
The steering wheel heater is available in the vehiclefunction_simulator backend - expose that
Change-Id: I32382534ab82dfa506ea7f435691c621890009cd Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
-rw-r--r--src/plugins/ivivehiclefunctions/vehiclefunction_simulator/climatecontrolbackend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/ivivehiclefunctions/vehiclefunction_simulator/climatecontrolbackend.cpp b/src/plugins/ivivehiclefunctions/vehiclefunction_simulator/climatecontrolbackend.cpp
index 149692c..ad21e3b 100644
--- a/src/plugins/ivivehiclefunctions/vehiclefunction_simulator/climatecontrolbackend.cpp
+++ b/src/plugins/ivivehiclefunctions/vehiclefunction_simulator/climatecontrolbackend.cpp
@@ -110,7 +110,7 @@ void ClimateControlBackend::initializeAttributes()
emit zoneSynchronizationAttributeChanged(QIviPropertyAttribute<bool>(true));
emit defrostEnabledChanged(m_defrost);
emit defrostAttributeChanged(QIviPropertyAttribute<bool>(true));
- emit steeringWheelHeaterAttributeChanged(QIviPropertyAttribute<int>(false));
+ emit steeringWheelHeaterAttributeChanged(QIviPropertyAttribute<int>(0, 10));
emit steeringWheelHeaterChanged(m_steeringWheelHeater);
emit fanSpeedLevelAttributeChanged(QIviPropertyAttribute<int>(0, 10));
emit fanSpeedLevelChanged(m_fanSpeed);