summaryrefslogtreecommitdiffstatshomepage
path: root/web/commands.html
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-08-15 08:57:26 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-08-15 08:57:26 +0000
commit961c8d924a7472cb1165cf57dadb8ebbb4f9da51 (patch)
treebdb30eb6e0288a8b50f7d0b4a6cbf156cf19e7b4 /web/commands.html
parentdb652360161bf56f19de7c28879ae8850c451f0f (diff)
Implemented first commands for web interface (nw)
Diffstat (limited to 'web/commands.html')
-rw-r--r--web/commands.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/commands.html b/web/commands.html
new file mode 100644
index 00000000000..1a38f257688
--- /dev/null
+++ b/web/commands.html
@@ -0,0 +1,3 @@
+<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>