z2m_network_map
Scan Zigbee mesh topology to identify device connections, link quality, routes, and orphaned/weak nodes. Use deliberately as scanning can temporarily degrade network responsiveness.
Instructions
Scan the Zigbee mesh topology and return per-device parent, depth, link quality and route count, plus orphaned or weakly-attached devices. WARNING: the scan makes the network less responsive and can take 10 seconds to several minutes depending on estate size. Run it deliberately, not routinely, and prefer z2m_health_report or z2m_list_devices when you only need per-device link quality. Returns {node_count, link_count, orphans, weak, nodes[]} unless raw is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return the unsummarised graph. Default false. | |
| timeout_ms | No | Scan timeout. Default 180000. | |
| include_routes | No | Include active routes. Slower. Default false. |