Get Logitech Sync environment report
logitech_sync_get_environment_reportAggregate Spot/Rally Board sensor readings with numeric filters for CO2, temperature, humidity, and more. Returns device readings, timestamps, and per-metric averages.
Instructions
Aggregate Spot/Rally Board sensor readings with explicit numeric filters.
Supported measurements include CO2, pressure, temperature, humidity, TVOC, VOC index,
PM10, PM2.5, and presence. The workflow never invents safety thresholds or labels readings
dangerous; filtering only occurs when ``metric`` and caller-provided bounds are supplied.
Returns device readings, UTC sample timestamps, per-metric min/max/average, and scan status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| desks | No | Inspect desk sensors. | |
| rooms | No | Inspect room sensors. | |
| metric | No | Optional sensor metric to filter (for example co2 or temperature). | |
| maximum | No | Optional finite inclusive maximum for the selected metric. | |
| minimum | No | Optional finite inclusive minimum for the selected metric. | |
| max_pages | No | Maximum pages followed. | |
| page_size | No | API page size. | |
| unlicensed | No | Include unlicensed places. | |
| max_results | No | Maximum sensor devices returned. | |
| result_offset | No | Local reading offset; reuse nextResultOffset with identical filters. | |
| response_format | No | Text view returned alongside structured content. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| data | Yes | ||
| meta | No | ||
| summary | Yes |