ODR-DabMux Dashboard
Input Stats
{% if let Some(e) = stats_errors %}Error!: {{ e }}
{% endif %} {% if let Some(s) = stats %}ODR-DabMux version {{ s.version }}
ident | maxfill | minfill | under | over | audioleft | audioright | peakleft | peakright | state | version | uptime | offset |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ ident }} | {{ is.max_fill }} | {{ is.min_fill }} | {{ is.num_underruns }} | {{ is.num_overruns }} | {{ is.peak_left }} | {{ is.peak_right }} | {{ is.peak_left_slow }} | {{ is.peak_right_slow }} | {{ is.state.clone().or(Some("?".to_owned())).unwrap() }} | {{ is.version.clone().or(Some("?".to_owned())).unwrap() }} | {% if let Some(u) = is.uptime %} {{ u }} {% else %} N/A {% endif %} | {{ is.last_tist_offset }} |
Remote Control
{% if let Some(e) = params_errors %}Error!: {{ e }}
{% endif %}Module | Parameter | Value |
---|---|---|
{{ p.module }} | {{ p.param }} |