From ee184b40d3d5ed50bcf0dbde559cdfa31ba2e803 Mon Sep 17 00:00:00 2001 From: Gerrit Grotewold Date: Tue, 12 Jul 2022 14:52:22 +0200 Subject: [PATCH] added files for different types of exterior lights --- .../Body/{GenericLights.vspec => BackupLights.vspec} | 0 spec/Body/BeamLights.vspec | 12 ++++++++++++ spec/Body/FogLights.vspec | 12 ++++++++++++ spec/Body/HazardLights.vspec | 12 ++++++++++++ spec/Body/IndicatorLights.vspec | 12 ++++++++++++ spec/Body/ParkingLights.vspec | 12 ++++++++++++ spec/Body/RunningLights.vspec | 12 ++++++++++++ 7 files changed, 72 insertions(+) rename spec/Body/{GenericLights.vspec => BackupLights.vspec} (100%) create mode 100644 spec/Body/BeamLights.vspec create mode 100644 spec/Body/FogLights.vspec create mode 100644 spec/Body/HazardLights.vspec create mode 100644 spec/Body/IndicatorLights.vspec create mode 100644 spec/Body/ParkingLights.vspec create mode 100644 spec/Body/RunningLights.vspec diff --git a/spec/Body/GenericLights.vspec b/spec/Body/BackupLights.vspec similarity index 100% rename from spec/Body/GenericLights.vspec rename to spec/Body/BackupLights.vspec diff --git a/spec/Body/BeamLights.vspec b/spec/Body/BeamLights.vspec new file mode 100644 index 000000000..18faea3fa --- /dev/null +++ b/spec/Body/BeamLights.vspec @@ -0,0 +1,12 @@ +# (C) 2022 BMW Group - All rights reserved. +# AUTHOR: Gerrit Grotewold BMW Group; + +IsOn: + datatype: boolean + type: actuator + description: Indicates if light is on or off. True = On. False = Off. + +HasDefect: + datatype: boolean + type: sensor + description: Indicates if light is defect. True = Light is defect. False = Light has no defect. \ No newline at end of file diff --git a/spec/Body/FogLights.vspec b/spec/Body/FogLights.vspec new file mode 100644 index 000000000..18faea3fa --- /dev/null +++ b/spec/Body/FogLights.vspec @@ -0,0 +1,12 @@ +# (C) 2022 BMW Group - All rights reserved. +# AUTHOR: Gerrit Grotewold BMW Group; + +IsOn: + datatype: boolean + type: actuator + description: Indicates if light is on or off. True = On. False = Off. + +HasDefect: + datatype: boolean + type: sensor + description: Indicates if light is defect. True = Light is defect. False = Light has no defect. \ No newline at end of file diff --git a/spec/Body/HazardLights.vspec b/spec/Body/HazardLights.vspec new file mode 100644 index 000000000..18faea3fa --- /dev/null +++ b/spec/Body/HazardLights.vspec @@ -0,0 +1,12 @@ +# (C) 2022 BMW Group - All rights reserved. +# AUTHOR: Gerrit Grotewold BMW Group; + +IsOn: + datatype: boolean + type: actuator + description: Indicates if light is on or off. True = On. False = Off. + +HasDefect: + datatype: boolean + type: sensor + description: Indicates if light is defect. True = Light is defect. False = Light has no defect. \ No newline at end of file diff --git a/spec/Body/IndicatorLights.vspec b/spec/Body/IndicatorLights.vspec new file mode 100644 index 000000000..18faea3fa --- /dev/null +++ b/spec/Body/IndicatorLights.vspec @@ -0,0 +1,12 @@ +# (C) 2022 BMW Group - All rights reserved. +# AUTHOR: Gerrit Grotewold BMW Group; + +IsOn: + datatype: boolean + type: actuator + description: Indicates if light is on or off. True = On. False = Off. + +HasDefect: + datatype: boolean + type: sensor + description: Indicates if light is defect. True = Light is defect. False = Light has no defect. \ No newline at end of file diff --git a/spec/Body/ParkingLights.vspec b/spec/Body/ParkingLights.vspec new file mode 100644 index 000000000..18faea3fa --- /dev/null +++ b/spec/Body/ParkingLights.vspec @@ -0,0 +1,12 @@ +# (C) 2022 BMW Group - All rights reserved. +# AUTHOR: Gerrit Grotewold BMW Group; + +IsOn: + datatype: boolean + type: actuator + description: Indicates if light is on or off. True = On. False = Off. + +HasDefect: + datatype: boolean + type: sensor + description: Indicates if light is defect. True = Light is defect. False = Light has no defect. \ No newline at end of file diff --git a/spec/Body/RunningLights.vspec b/spec/Body/RunningLights.vspec new file mode 100644 index 000000000..18faea3fa --- /dev/null +++ b/spec/Body/RunningLights.vspec @@ -0,0 +1,12 @@ +# (C) 2022 BMW Group - All rights reserved. +# AUTHOR: Gerrit Grotewold BMW Group; + +IsOn: + datatype: boolean + type: actuator + description: Indicates if light is on or off. True = On. False = Off. + +HasDefect: + datatype: boolean + type: sensor + description: Indicates if light is defect. True = Light is defect. False = Light has no defect. \ No newline at end of file