You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Distance 50 ms |`1FE7FAF9-CE63-4236-0001-000000000001`|`READ`, `NOTIFY`| Current distance of all sensors with a timestamp |
85
-
86
-
The format of the transmitted string is `"timestamp;[leftSensor1, leftSensor2, ...];[rightSensor1, rightSensor2, ...]"`, e.g. `"43567893;100,30;400"` or `"43567893;100;"`.
87
-
The list of sensor values for one side might be empty, but the entire transmitted string can be safely split on `";"` and each sensor value list safely on `","`.
88
-
89
-
90
-
## Close Pass Service
91
-
-*Description:* Detects and transmits possible close passes
0 commit comments