Skip to content

Commit

Permalink
Fixed query table header in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sgloutnikov committed Mar 18, 2024
1 parent cc2e0a6 commit d19a3c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kuksa_databroker/doc/QUERY.md
Original file line number Diff line number Diff line change
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

0 comments on commit d19a3c8

Please sign in to comment.