Proximity Detection
Get live Proximity infos
GET /live-proximity-insights
Description
The /live-proximity-insights endpoint retrieves live data from proximity sensors, providing insights such as the number of passings, opportunities to see (OTS), and average time of interest avg_ots_time measured in seconds.
Response
[
{
"sensor_type": <str>,
"sensor_id": <int>,
"analytics": {
"passings": <int>,
"ots": <int>,
"avg_ots_time": <float>
}
},
{
"sensor_type": <str>,
"sensor_id": <int>,
"analytics": {
"passings": <int>,
"ots": <int>,
"avg_ots_time": <float>
}
}
]Last updated