button led group

This commit is contained in:
2018-06-22 17:20:43 +02:00
parent c00af42ae5
commit 4bae0eeb61
10 changed files with 134 additions and 37 deletions

View File

@ -1,8 +1,16 @@
<table id="maintable">
<tr>
<td><app-ledindicator topic="led/test1" ledId="test1"></app-ledindicator></td>
<td><app-ledindicator topic="led/test2" ledId="test2"></app-ledindicator></td>
<td><app-ledindicator topic="led/test3" ledId="test3"></app-ledindicator></td>
<td><app-ledindicator topic="led/test4" ledId="test4"></app-ledindicator></td>
<td>
<ledbutton topic="led/test1" label="Küche Deckenlampe"></ledbutton>
</td>
<td>
<ledbutton topic="led/test2" label="Keller normal"></ledbutton>
</td>
<td>
<ledbutton topic="led/test3" label="Keller hell"></ledbutton>
</td>
<td>
<ledbutton topic="led/test4" label="test4"></ledbutton>
</td>
</tr>
</table>