diff --git a/plugins/shure/template.ejs b/plugins/shure/template.ejs index 3698419..d76a786 100644 --- a/plugins/shure/template.ejs +++ b/plugins/shure/template.ejs @@ -39,10 +39,14 @@ <% if(ch.batt_bars==255){ %> -
+
<% }else{ %>
-
+
+ <% if(ch.batt_run_time<=65532){ %> <%= Math.floor(ch.batt_run_time/60) + %>: <%= ch.batt_run_time%60 %> <% } %> +
+
<% } %>