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. |
||
|---|---|---|
| .. | ||
| admin | ||
| alert_live | ||
| equipment_live | ||
| graph_live | ||
| org_live | ||
| site_live | ||
| dashboard_live.ex | ||
| dashboard_live.html.heex | ||