Remove factor and offset from diag requests - left up to clients.
[apps/low-level-can-service.git] / README.md
index 69de9bd..b0647da 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # OpenXC Message Format Specification
 
-Version: v0.2
+Version: v0.3
 
 This specification is a part of the [OpenXC platform][OpenXC].
 
@@ -38,7 +38,7 @@ discrete pieces of information in the measurement.
 
 The format for a raw CAN message:
 
-    {"bus": 1, "id": 1234, "value": "0x12345678"}
+    {"bus": 1, "id": 1234, "data": "0x12345678"}
 
 **bus** - the numerical identifier of the CAN bus where this message originated,
   most likely 1 or 2 (for a vehicle interface with 2 CAN controllers).
@@ -66,8 +66,6 @@ with this command format:
           "pid": 5,
           "payload": "0x1234",
           "multiple_responses": false,
-          "factor": 1.0,
-          "offset": 0,
           "frequency": 1,
           "name": "my_pid"
         }