Skip to content

Commit

Permalink
Fix the idl generation (no branch needed in included files)
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Deleij <koen@remonel.se>
  • Loading branch information
kowend committed Feb 1, 2024
1 parent 7672439 commit 52bfd32
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions spec/Powertrain/EngineCoolant.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,19 @@
#
# SPDX-License-Identifier: MPL-2.0

#
# Engine coolant
#
EngineCoolant:
type: branch
description: Signals related to the engine coolant

EngineCoolant.Capacity:
Capacity:
datatype: float
type: attribute
description: Engine coolant capacity in liters.
unit: l

EngineCoolant.Temperature:
Temperature:
datatype: float
type: sensor
unit: celsius
description: Engine coolant temperature.

EngineCoolant.Level:
Level:
datatype: string
type: sensor
allowed: [
Expand All @@ -35,7 +28,7 @@ EngineCoolant.Level:
]
description: Engine coolant level.

EngineCoolant.LifeRemaining:
LifeRemaining:
datatype: int32
type: sensor
description: Remaining engine coolant life in seconds.
Expand Down

0 comments on commit 52bfd32

Please sign in to comment.