Skip to content

Commit 032eca7

Browse files
authored
Fixed query table header in docs (#758)
* Fixed query table header in docs
1 parent 55ce5f0 commit 032eca7

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

doc/QUERY.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Get a response every time `Vehicle.Seats.Row1.Position` or
4040

4141
### 1.2.1. Time / conceptual row view
4242

43-
Each time any datapoint changes a new "conceptual row" is created.
43+
Each time any datapoint changes a new "conceptual row" is created.
4444
It contains the values of all datapoints at that point in time.
4545

4646

@@ -127,8 +127,8 @@ A message is received every time `Vehicle.Seats.Row1.Position`, `Vehicle.Seats.R
127127
`Vehicle.Datapoint2` is updated (and the condition is true)
128128

129129

130-
| #| ...Datapoint2 | pos1 | pos2 | ...Speed | Response | |
131-
|-:|:-------------:|:---- :|:----:|:--------:|----------|:--|
130+
| #| ...Datapoint2 | pos1 | pos2 | ..Speed | Response | |
131+
|-:|:-------------:|:----:|:----:|---------|:----------|:---|
132132
| 1| 30 | 250 | 150 | 30 | | Query posted, nothing is returned since (`Vehicle.Datapoint2 > 50`) isn't true |
133133
| 2| 30 | 250 | 150 | 30 | | |
134134
| 3| 30 | 240* | 150 | 30 | | |
@@ -156,12 +156,12 @@ A message is received every time `Vehicle.Seats.Row1.Position`, `Vehicle.Seats.R
156156
What follows isn't implemented or fully thought through yet.
157157

158158
```
159-
_____ _ _ _____ _ _ ____ _____
159+
_____ _ _ _____ _ _ ____ _____
160160
| ___| | | |_ _| | | | _ \| ____|
161-
| |_ | | | | | | | | | | |_) | _|
162-
| _| | |_| | | | | |_| | _ <| |___
161+
| |_ | | | | | | | | | | |_) | _|
162+
| _| | |_| | | | | |_| | _ <| |___
163163
|_| \___/ |_| \___/|_| \_\_____|
164-
164+
165165
/ BRAINSTORMING FOLLOWS
166166
```
167167

@@ -264,8 +264,3 @@ WHERE
264264
| 3| 220 | `true`|
265265
| 4| 220 | `true`|
266266
| 5| 210 |`false`|
267-
268-
269-
270-
271-

0 commit comments

Comments
 (0)