Skip to content

Commit

Permalink
added files for different types of exterior lights
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit Grotewold authored and jdacoello committed Feb 15, 2023
1 parent 1aacf35 commit ee184b4
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 0 deletions.
File renamed without changes.
12 changes: 12 additions & 0 deletions spec/Body/BeamLights.vspec
Original file line number Diff line number Diff line change
@@ -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.
12 changes: 12 additions & 0 deletions spec/Body/FogLights.vspec
Original file line number Diff line number Diff line change
@@ -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.
12 changes: 12 additions & 0 deletions spec/Body/HazardLights.vspec
Original file line number Diff line number Diff line change
@@ -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.
12 changes: 12 additions & 0 deletions spec/Body/IndicatorLights.vspec
Original file line number Diff line number Diff line change
@@ -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.
12 changes: 12 additions & 0 deletions spec/Body/ParkingLights.vspec
Original file line number Diff line number Diff line change
@@ -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.
12 changes: 12 additions & 0 deletions spec/Body/RunningLights.vspec
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit ee184b4

Please sign in to comment.