ability to specify sonos service name and id

This commit is contained in:
simojenki
2021-01-31 10:08:31 +11:00
parent ad09a88de8
commit 1e8820b419
7 changed files with 59 additions and 38 deletions

View File

@@ -2,11 +2,7 @@
<div id="content">
<h1>bonob</h1>
<% if(it.registration == "registered") { %>
<h2 class="registered">Registered</h2>
<% } else if(it.registration == "not-registered") { %>
<h2 class="not-registered">Not registered</h2>
<% } %>
<h2><%= it.bonob.name %> (<%= it.bonob.id %>) is <%= it.registration %></h2>
<h2>Devices</h2>
<ul>
<% it.devices.forEach(function(d){ %>