summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/trunk/mythtv-svn/menu-xml/motion.xml
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/mythtv/trunk/mythtv-svn/menu-xml/motion.xml')
-rw-r--r--abs/core-testing/mythtv/trunk/mythtv-svn/menu-xml/motion.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/abs/core-testing/mythtv/trunk/mythtv-svn/menu-xml/motion.xml b/abs/core-testing/mythtv/trunk/mythtv-svn/menu-xml/motion.xml
new file mode 100644
index 0000000..23ebfe2
--- /dev/null
+++ b/abs/core-testing/mythtv/trunk/mythtv-svn/menu-xml/motion.xml
@@ -0,0 +1,20 @@
+<mythmenu name="Motion">
+
+ <button>
+ <type>MOTION</type>
+ <text>Start Motion</text>
+ <action>EXEC sudo /etc/init.d/motion start</action>
+ </button>
+
+ <button>
+ <type>MOTION</type>
+ <text>Stop Motion</text>
+ <action>EXEC sudo /etc/init.d/motion stop</action>
+ </button>
+
+ <button>
+ <type>MOTION</type>
+ <text>Clear Motion</text>
+ <action>EXEC /usr/local/bin/cm.sh</action>
+ </button>
+</mythmenu>