9 lines
477 B
Text
9 lines
477 B
Text
|
<div id="dash-content">
|
||
|
<div id="buttons">
|
||
|
<button style="margin-bottom: 10px;"
|
||
|
class="button"
|
||
|
onclick="sendcommand([COMMAND,`start`]);timer=2">start</button>
|
||
|
<button style="margin-bottom: 10px; background-color: rgb(255, 0, 0);"
|
||
|
class="button"
|
||
|
onclick="sendcommand([COMMAND,`stop`]);timer=1">stop</button>
|
||
|
</div>
|