From e9928fe5bf3cae2154bf6dcd5e98b3a73019ce33 Mon Sep 17 00:00:00 2001 From: Stefan Gloutnikov Date: Wed, 20 Mar 2024 00:46:46 -0700 Subject: [PATCH] Fixed query table header in docs (#758) * Fixed query table header in docs --- kuksa_databroker/doc/QUERY.md | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/kuksa_databroker/doc/QUERY.md b/kuksa_databroker/doc/QUERY.md index b92bbac7b..c2a9c3a0e 100644 --- a/kuksa_databroker/doc/QUERY.md +++ b/kuksa_databroker/doc/QUERY.md @@ -40,7 +40,7 @@ Get a response every time `Vehicle.Seats.Row1.Position` or ### 1.2.1. Time / conceptual row view -Each time any datapoint changes a new "conceptual row" is created. +Each time any datapoint changes a new "conceptual row" is created. It contains the values of all datapoints at that point in time. @@ -127,8 +127,8 @@ A message is received every time `Vehicle.Seats.Row1.Position`, `Vehicle.Seats.R `Vehicle.Datapoint2` is updated (and the condition is true) -| #| ...Datapoint2 | pos1 | pos2 | ...Speed | Response | | -|-:|:-------------:|:---- :|:----:|:--------:|----------|:--| +| #| ...Datapoint2 | pos1 | pos2 | ..Speed | Response | | +|-:|:-------------:|:----:|:----:|---------|:----------|:---| | 1| 30 | 250 | 150 | 30 | | Query posted, nothing is returned since (`Vehicle.Datapoint2 > 50`) isn't true | | 2| 30 | 250 | 150 | 30 | | | | 3| 30 | 240* | 150 | 30 | | | @@ -156,12 +156,12 @@ A message is received every time `Vehicle.Seats.Row1.Position`, `Vehicle.Seats.R What follows isn't implemented or fully thought through yet. ``` - _____ _ _ _____ _ _ ____ _____ + _____ _ _ _____ _ _ ____ _____ | ___| | | |_ _| | | | _ \| ____| -| |_ | | | | | | | | | | |_) | _| -| _| | |_| | | | | |_| | _ <| |___ +| |_ | | | | | | | | | | |_) | _| +| _| | |_| | | | | |_| | _ <| |___ |_| \___/ |_| \___/|_| \_\_____| - + / BRAINSTORMING FOLLOWS ``` @@ -264,8 +264,3 @@ WHERE | 3| 220 | `true`| | 4| 220 | `true`| | 5| 210 |`false`| - - - - -