Adds HOA status
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -26,7 +26,14 @@
|
||||
</div>
|
||||
|
||||
<div class="col-xs-2">
|
||||
<h4><%= node.vanityname %></h4>
|
||||
<h4><%= node.vanityname %>: <br/><% if (channels["ipp.handmode"].value == 1) { %>
|
||||
Hand Mode
|
||||
<% } else if (channels["ipp.automode"].value == 1) { %>
|
||||
Auto Mode
|
||||
<% } else { %>
|
||||
Off
|
||||
<% } %>
|
||||
</h4>
|
||||
</div>
|
||||
<div class="col-xs-3">
|
||||
<h2>Motor Current</h2>
|
||||
|
||||
Reference in New Issue
Block a user