Added comprehensive type specifications to all recently refactored functions to improve type safety and enable dialyzer checking: PollerWorker: - detect_sensor_changes/3 - extract_thresholds/1 - detect_and_log_changes/4 EquipmentLive.Form: - extract_snmp_config/1 - normalize_port/1 - test_snmp_connection/1 EquipmentLive.Show: - seconds_to_weeks/1, seconds_to_days/1 - seconds_to_hours/1, seconds_to_minutes/1 - format_time_part/2 All specs use proper Elixir types and handle nil cases appropriately. |
||
|---|---|---|
| .. | ||
| profiles | ||
| client.ex | ||
| device.ex | ||
| discovery.ex | ||
| interface.ex | ||
| interface_stat.ex | ||
| poller.ex | ||
| poller_behaviour.ex | ||
| poller_worker.ex | ||
| sensor.ex | ||
| sensor_reading.ex | ||