summaryrefslogtreecommitdiffstatshomepage
path: root/web/commands.html
blob: 53fb2a3f7fef3d16ba153c405e2252eb9f567325 (plain) (blame)
1
2
3
4
<a href="javascript:executeCommands('togglepause');" data-role="button">Toggle Pause</a>
<a href="javascript:executeCommands('softreset');" data-role="button">Soft reset</a>
<a href="javascript:executeCommands('hardreset');" data-role="button">Hard reset</a>
<a href="javascript:executeCommands('exit');" data-role="button">Exit</a>