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. |
||
|---|---|---|
| .. | ||
| components | ||
| controllers | ||
| live | ||
| endpoint.ex | ||
| gettext.ex | ||
| router.ex | ||
| telemetry.ex | ||
| user_auth.ex | ||