z2m_check_updates
Trigger active OTA firmware update checks on Zigbee devices, placing real network traffic to get current availability. Use when a fresh check is needed.
Instructions
Actively query devices for available OTA firmware updates. Changes no configuration, but it does put real traffic on the Zigbee network and can take a minute per device. Without arguments it checks every mains-powered router. Prefer z2m_health_report for a passive answer at no network cost, and use this only when you need a fresh check. Follow with z2m_ota_update to actually flash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Check a single device. Omit to check all mains-powered devices. | |
| timeout_ms | No | Per-device timeout. Default 60000. |