@@ -40,7 +40,7 @@ Get a response every time `Vehicle.Seats.Row1.Position` or
40
40
41
41
### 1.2.1. Time / conceptual row view
42
42
43
- Each time any datapoint changes a new "conceptual row" is created.
43
+ Each time any datapoint changes a new "conceptual row" is created.
44
44
It contains the values of all datapoints at that point in time.
45
45
46
46
@@ -127,8 +127,8 @@ A message is received every time `Vehicle.Seats.Row1.Position`, `Vehicle.Seats.R
127
127
` Vehicle.Datapoint2 ` is updated (and the condition is true)
128
128
129
129
130
- | #| ...Datapoint2 | pos1 | pos2 | ... Speed | Response | |
131
- | -:| :-------------:| :---- :| :----:| : --------: | ----------| :--|
130
+ | #| ...Datapoint2 | pos1 | pos2 | ..Speed | Response | |
131
+ | -:| :-------------:| :----:| :----:| --------- | : ----------| :- --|
132
132
| 1| 30 | 250 | 150 | 30 | | Query posted, nothing is returned since (` Vehicle.Datapoint2 > 50 ` ) isn't true |
133
133
| 2| 30 | 250 | 150 | 30 | | |
134
134
| 3| 30 | 240* | 150 | 30 | | |
@@ -156,12 +156,12 @@ A message is received every time `Vehicle.Seats.Row1.Position`, `Vehicle.Seats.R
156
156
What follows isn't implemented or fully thought through yet.
157
157
158
158
```
159
- _____ _ _ _____ _ _ ____ _____
159
+ _____ _ _ _____ _ _ ____ _____
160
160
| ___| | | |_ _| | | | _ \| ____|
161
- | |_ | | | | | | | | | | |_) | _|
162
- | _| | |_| | | | | |_| | _ <| |___
161
+ | |_ | | | | | | | | | | |_) | _|
162
+ | _| | |_| | | | | |_| | _ <| |___
163
163
|_| \___/ |_| \___/|_| \_\_____|
164
-
164
+
165
165
/ BRAINSTORMING FOLLOWS
166
166
```
167
167
@@ -264,8 +264,3 @@ WHERE
264
264
| 3| 220 | ` true ` |
265
265
| 4| 220 | ` true ` |
266
266
| 5| 210 | ` false ` |
267
-
268
-
269
-
270
-
271
-
0 commit comments