summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/trunk/mythtv-svn/menu-xml/motion.xml
blob: 23ebfe2e0f20441ea1e9d2952a34e82ef05ddce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>