-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.xml
27 lines (23 loc) · 836 Bytes
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<umbehki>
<actions>
<!--<action event="VLC.stopped">
<trigger name="Monitor.standby"/>
</action>
-->
<action event="Fritzbox.incomingCall" enabled="false">
<trigger name="VLC.pause"/>
</action>
<action event="Fritzbox.incomingCall">
<trigger name="Buzzerbouncer.openDoor">
<condition arg="Fritzbox.msn" value="3297089"/>
</trigger>
<!--<trigger name="VLC.pause"/> -->
</action>
<action event="Test.everyMinute">
<trigger name="Test.deactivate">
<condition arg="Test.count" eval="{arg} > 5 and {arg} < 10"/>
</trigger>
<!--<trigger name="VLC.pause"/> -->
</action>
</actions>
</umbehki>