Skip to content

Commit

Permalink
changed from HasDefect to IsDefect in all new files
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 ca7b84e commit 4d874c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/Body/BrakeLights.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ IsActive:
allowed: ['INACTIVE', 'ACTIVE', 'ADAPTIVE']
description: Indicates if break-light is active. INACTIVE means lights are off. ACTIVE means lights are on. ADAPTIVE means that break-light is indicating emergency-breaking.

HasDefect:
IsDefect:
datatype: boolean
type: sensor
description: Indicates if light is defect. True = Light is defect. False = Light has no defect.
2 changes: 1 addition & 1 deletion spec/Body/SignalingLights.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ IsSignaling:
type: actuator
description: Indicates if light is signaling or off. True = signaling. False = Off.

HasDefect:
IsDefect:
datatype: boolean
type: sensor
description: Indicates if light is defect. True = Light is defect. False = Light has no defect.
2 changes: 1 addition & 1 deletion spec/Body/StaticLights.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ IsOn:
type: actuator
description: Indicates if light is on or off. True = On. False = Off.

HasDefect:
IsDefect:
datatype: boolean
type: sensor
description: Indicates if light is defect. True = Light is defect. False = Light has no defect.

0 comments on commit 4d874c8

Please sign in to comment.