mirror of
https://github.com/tcivie/meshtastic-metrics-exporter.git
synced 2025-03-05 20:52:02 -08:00
Handle broadcast IDs in client details retrieval Add a check for broadcast node IDs (4294967295 and 1) in the `_get_client_details` method to return a predefined `ClientDetails` instance. This prevents unnecessary database queries for broadcast IDs and ensures consistent handling of these special cases. ``` |
||
|---|---|---|
| .. | ||
| metric | ||
| processor | ||
| __init__.py | ||
| client_details.py | ||
| db_handler.py | ||