mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Ability to remove a bonob registration from sonos (#16)
This commit is contained in:
@@ -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){ %>
|
||||
|
||||
Reference in New Issue
Block a user