From a1d02709580ad86c260edbd171795e31e6111bd5 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Wed, 7 Nov 2018 11:19:41 +0100 Subject: Fix the default zones in ivivehiclefunctions The zones in the annotations need to be a list and not a map Change-Id: Ibbd037b592291de04eb0e1fa1c9bc1690b57de61 Reviewed-by: Robert Griebl --- src/ivivehiclefunctions/ivivehiclefunctions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ivivehiclefunctions/ivivehiclefunctions.yaml b/src/ivivehiclefunctions/ivivehiclefunctions.yaml index 1240b1d..921c3b5 100644 --- a/src/ivivehiclefunctions/ivivehiclefunctions.yaml +++ b/src/ivivehiclefunctions/ivivehiclefunctions.yaml @@ -1,7 +1,7 @@ QtIviVehicleFunctions.QIviClimateControl: config_simulator: zoned: true - zones: { FrontLeft, FrontRight, Rear } + zones: [ FrontLeft, FrontRight, Rear ] QtIviVehicleFunctions.QIviClimateControl#airConditioningEnabled: config_simulator: -- cgit v1.2.3