aboutsummaryrefslogtreecommitdiffstats
path: root/docs/API_Server.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/API_Server.md')
-rw-r--r--docs/API_Server.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/API_Server.md b/docs/API_Server.md
index 8c3e966e..95f8a8d9 100644
--- a/docs/API_Server.md
+++ b/docs/API_Server.md
@@ -354,7 +354,8 @@ A request may look like:
and might return:
`{"id": 123,"result":{"header":["time","angle"]}}`
and might later produce asynchronous messages such as:
-`{"params":{"errors":0,"data":[[1290.951905,-5063],[1290.952321,-5065]]}}`
+`{"params":{"position_offset":3.151562,"errors":0,
+"data":[[1290.951905,-5063],[1290.952321,-5065]]}}`
The "header" field in the initial query response is used to describe
the fields found in later "data" responses.