diff --git a/spec/Powertrain/Battery.vspec b/spec/Powertrain/Battery.vspec index 9ee78248c..a93a21120 100644 --- a/spec/Powertrain/Battery.vspec +++ b/spec/Powertrain/Battery.vspec @@ -87,7 +87,7 @@ description: Properties related to battery charging - Charging.ChargeLimit: - datatype: UInt8 + datatype: uint8 type: actuator min: 0 max: 100 @@ -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. @@ -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). diff --git a/spec/Powertrain/CombustionEngine.vspec b/spec/Powertrain/CombustionEngine.vspec index c26acfbd6..ac8faae76 100644 --- a/spec/Powertrain/CombustionEngine.vspec +++ b/spec/Powertrain/CombustionEngine.vspec @@ -256,7 +256,7 @@ - DieselParticulateFilter.DeltaPressure: datatype: float type: sensor - unit: pa + unit: Pa description: Delta Pressure of Diesel Particulate Filter.