Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Fixed query table header in docs (#758)
Browse files Browse the repository at this point in the history
* Fixed query table header in docs
  • Loading branch information
sgloutnikov authored Mar 20, 2024
1 parent d9769c6 commit e9928fe
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions kuksa_databroker/doc/QUERY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down Expand Up @@ -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 | | |
Expand Down Expand Up @@ -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
```

Expand Down Expand Up @@ -264,8 +264,3 @@ WHERE
| 3| 220 | `true`|
| 4| 220 | `true`|
| 5| 210 |`false`|





0 comments on commit e9928fe

Please sign in to comment.