Ability to remove a bonob registration from sonos (#16)

This commit is contained in:
Simon J
2021-08-07 20:11:02 +10:00
committed by GitHub
parent 55a362e01b
commit 20bcf5524f
7 changed files with 319 additions and 72 deletions

View File

@@ -10,7 +10,8 @@
<% } else { %>
<h3>No existing service registration</h3>
<% } %>
<form action="<%= it.registerRoute %>" method="POST"><button>Re-register</button></form>
<form action="<%= it.createRegistrationRoute %>" method="POST"><button>Register</button></form>
<form action="<%= it.removeRegistrationRoute %>" method="POST"><button>Remove Registration</button></form>
<h2>Devices</h2>
<ul>
<% it.devices.forEach(function(d){ %>