diff --git a/backends/speedo/speedo_attributes.json b/backends/speedo/speedo_attributes.json index 8107c8fdd2f6ae587b336534eb1d1f22131ce0b1..86efd4c6042d54e5755f68e18f9db84aa2ea68ab 100644 --- a/backends/speedo/speedo_attributes.json +++ b/backends/speedo/speedo_attributes.json @@ -16,22 +16,22 @@ "description": "Latereal vehicle accelaration", "type": "Int32", "id": 54, - "unit": "cm/s2", + "unit": "cm/s2" }, "X": { "description": "Longitudinal vehicle acceleration", "type": "Int32", "id": 53, - "unit": "cm/s2", - }, + "unit": "cm/s2" + }, "Pitch": { "description": "Vehicle rotation rate along lateral", "id": 57, "type": "Int16", - "unit": "degree/s", - } + "unit": "degree/s" + } } }, "Speed": @@ -41,8 +41,8 @@ "max": 250, "type": "UInt16", "id": 49, - "unit": "km/h", - } + "unit": "km/h" + } } }, "private": @@ -61,26 +61,24 @@ { "description": "Speed lock spevi ../ed lock status", "type": "Boolean", - "id": 240, + "id": 240 }, "SpeedLimitLow": { "description": "Minimum speed limit of the area", "type": "UInt16", "id": 241, - "unit": "km/h", - }, + "unit": "km/h" + }, "SpeedLimitHigh": { "description": "Maximum speed limit of the area", "type": "UInt16", "id": 242, - "unit": "km/h", - } + "unit": "km/h" + } } } } } -} - - +}