alarmui/group/alarmuisnooze.rul
branchRCL_3
changeset 11 0f07cd1b5772
parent 0 f979ecb2b13e
--- a/alarmui/group/alarmuisnooze.rul	Fri Mar 12 15:42:35 2010 +0200
+++ b/alarmui/group/alarmuisnooze.rul	Mon Mar 15 12:40:18 2010 +0200
@@ -85,30 +85,6 @@
             </publishContext>
         </actions>
     </elseIf>
-    <!-- deactivate sensor channels when alarm is dismissed -->
-    <elseIf>
-        <and>
-            <!-- ...an alarm that was just deactivated -->
-            <contextUpdated>
-                <contextRef source='AlarmUI' type='State'/>
-            </contextUpdated>
-            <equals>
-                <contextRef source='AlarmUI' type='State'/>
-                <string>Inactive</string>
-            </equals>
-        </and>
-        <actions>
-            <!-- deactivate doubletap channel -->
-            <publishContext>
-                <contextRef source='Sensor' type='Event' value='DoubleTap.Deactivate'/>
-            </publishContext>
-
-            <!-- deactivate orientation channel -->
-            <publishContext>
-                <contextRef source='Sensor' type='Event' value='Orientation.Deactivate'/>
-            </publishContext>
-        </actions>
-    </elseIf>
     <!-- stop an active alarm on a 'Stop' command -->
     <elseIf>
         <and>