Remove factor and offset from diag requests - left up to clients.
authorChristopher Peplin <chris.peplin@rhubarbtech.com>
Thu, 12 Jun 2014 03:28:53 +0000 (23:28 -0400)
committerChristopher Peplin <chris.peplin@rhubarbtech.com>
Thu, 12 Jun 2014 03:29:54 +0000 (23:29 -0400)
CHANGELOG.md
README.md

index 32f4853..66d73c1 100644 (file)
@@ -1,5 +1,11 @@
 # OpenXC Message Format Changelog
 
+## v0.3.1-dev
+
+* Removed factor and offset from diagnostic requests to minimize the number of
+  fields, and since this is such an uncommon use case and one that can be
+  handled by the client receiving the data. We may add them back in the future.
+
 ## v0.3
 
 * Add diagnostic message request/response format.
index edef8f8..b0647da 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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"
         }