{{ unit.id }}

{% if unit.slm_model %}{{ unit.slm_model }}{% endif %} {% if unit.slm_serial_number %} • S/N: {{ unit.slm_serial_number }}{% endif %}

{% if modem %}

via Modem: {{ modem.id }}{% if modem_ip %} ({{ modem_ip }}){% endif %}

{% elif modem_ip %}

Direct: {{ modem_ip }}

{% else %}

⚠️ No modem assigned or IP configured

{% endif %}
{% if is_measuring %} Measuring {% else %} Stopped {% endif %}

Lp (Current)

{% if current_status and current_status.lp %}{{ current_status.lp }}{% else %}--{% endif %}

dB

Leq (Average)

{% if current_status and current_status.leq %}{{ current_status.leq }}{% else %}--{% endif %}

dB

Lmax (Peak)

{% if current_status and current_status.lmax %}{{ current_status.lmax }}{% else %}--{% endif %}

dB

Lmin

{% if current_status and current_status.lmin %}{{ current_status.lmin }}{% else %}--{% endif %}

dB

Battery: {% if current_status and current_status.battery_level %}{{ current_status.battery_level }}%{% else %}--{% endif %}
Power: {% if current_status and current_status.power_source %}{{ current_status.power_source }}{% else %}--{% endif %}
Weighting: {% if unit.slm_frequency_weighting %}{{ unit.slm_frequency_weighting }}{% else %}--{% endif %} / {% if unit.slm_time_weighting %}{{ unit.slm_time_weighting }}{% else %}--{% endif %}
SD Remaining: {% if current_status and current_status.sd_remaining_mb %}{{ current_status.sd_remaining_mb }} MB{% else %}--{% endif %}