meshtastic-metrics-exporter/exporter/processor
Gleb Tcivie 0650382405 ```
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.
```
2025-01-05 20:20:16 +02:00
..
__init__.py Refactored the code + added support for node_configuration_metrics 2024-08-09 13:20:31 +03:00
processor_base.py ``` 2025-01-05 20:20:16 +02:00
processors.py FIX: #60 2024-10-21 09:20:26 +03:00