Skip to content

Commit

Permalink
Naming changes due to feedback
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 3103ea3 commit 50ba98f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/Body/Body.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Lights.Hazard:
description: Hazard lights.
#include SignalingLights.vspec Lights.Hazard

Lights.Indicator:
Lights.DirectionIndicator:
type: branch
instances: ["Left","Right"]
description: Indicator lights.
Expand Down
4 changes: 2 additions & 2 deletions spec/Body/SignalingLights.vspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# (C) 2022 BMW Group - All rights reserved.
# AUTHOR: Gerrit Grotewold BMW Group;

IsOn:
IsSignaling:
datatype: boolean
type: actuator
description: Indicates if light is on or off. True = On. False = Off.
description: Indicates if light is signaling or off. True = signaling. False = Off.

HasDefect:
datatype: boolean
Expand Down

0 comments on commit 50ba98f

Please sign in to comment.