Skip to content

Commit

Permalink
Bugfix datatype and unit for release
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwilms committed Feb 8, 2021
1 parent 87155cc commit d302728
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions spec/Powertrain/Battery.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
description: Properties related to battery charging

- Charging.ChargeLimit:
datatype: UInt8
datatype: uint8
type: actuator
min: 0
max: 100
Expand Down Expand Up @@ -157,7 +157,7 @@
description: Current charging rate, as in kilometers of range added per hour.

- Charging.TimeToComplete:
datatype: UInt32
datatype: uint32
type: sensor
unit: s
description: The time needed to complete the current charging process to the set charge limit. 0 if charging is complete, negative number if no charging process is active.
Expand All @@ -168,7 +168,7 @@
description: Properties related to timing of battery charging sessions.

- Charging.Timer.Time:
datatype: UInt32
datatype: uint32
type: actuator
unit: s
description: Time value for next charging-related action (Unix timestamp, seconds).
Expand Down
2 changes: 1 addition & 1 deletion spec/Powertrain/CombustionEngine.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
- DieselParticulateFilter.DeltaPressure:
datatype: float
type: sensor
unit: pa
unit: Pa
description: Delta Pressure of Diesel Particulate Filter.


0 comments on commit d302728

Please sign in to comment.