gx3_device_map
Map device number usage by type to reveal used numbers, density, and free gaps. Choose an unused range before adding devices or review project layout.
Instructions
Report, per device type, which numbers are in use, how densely, and where the free gaps are. Use it to pick an unused range before adding devices, or to see how a project is laid out. Read-only; returns a table and writes nothing. Requires the index-lite DB: run gx3-cli index-lite build --root <root> once per project first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | Extracted project folder. | |
| types | No | Comma-separated device types, e.g. M,D,W. | |
| min_free | No | Only report free gaps at least this large. |