summaryrefslogtreecommitdiff
path: root/examples/ivivehiclefunctions/climate_qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ivivehiclefunctions/climate_qml/main.qml')
-rw-r--r--examples/ivivehiclefunctions/climate_qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ivivehiclefunctions/climate_qml/main.qml b/examples/ivivehiclefunctions/climate_qml/main.qml
index 75d36ed..1aba4c9 100644
--- a/examples/ivivehiclefunctions/climate_qml/main.qml
+++ b/examples/ivivehiclefunctions/climate_qml/main.qml
@@ -68,7 +68,7 @@ ApplicationWindow {
//![1]
ClimateControl {
id: climateControl
- discoveryMode: ClimateControl.AutoDiscovery
+ discoveryMode: ClimateControl.LoadOnlySimulationBackends
}
//![1]