list_group_addresses
Retrieve parsed KNX group addresses with classification, filter by category, kind, or missing DPTs, and page through results in stable order.
Instructions
List parsed group addresses with classification, in a stable order.
Filters: category (lighting/shutter/hvac/sensor/scene/energy/diagnostics),
kind (command/status/sensor), missing_dpt_only.
Paging: results are always sorted by the group address itself (main/middle/sub
numerically, free-style addresses numerically, anything else lexically), so the
order does not depend on how the project happened to parse and a retry returns
the same page. Pass the returned `next_cursor` back as `cursor` for the next
page; `next_cursor` is null on the last page. `total_matched` reports how many
addresses match the filters, so a truncated answer is never silent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| limit | No | ||
| cursor | No | ||
| category | No | ||
| missing_dpt_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||