4ff475d832f9e0c497273696f1e9c4be7cb89a02
[wakeup.git] / test / sunset_alarms.xml
1 <?xml version='1.0'?>
2 <wakeup>
3   <event id='sunset'>
4     <start>sunset</start>
5     <action>curtain -c 1 -t</action>
6     <action>lightcontrol -b 99 -w 50</action>
7     <recurrance>
8        <pattern>days</pattern>
9        <number>1</number>
10     </recurrance>
11   </event>
12   <event id='evening_dim'>
13     <start>2020-04-02 22:00</start>
14     <recurrance>
15        <pattern>days</pattern>
16        <number>1</number>
17     </recurrance>
18     <action>lightcontrol -b 50 -w 0 -f 9</action>
19   </event>
20   <event id='lights_off'>
21     <start>2020-04-02 22:30</start>
22     <recurrance>
23        <pattern>days</pattern>
24        <number>1</number>
25     </recurrance>
26     <action>lightcontrol -b 0 -f 18</action>
27   </event>
28   <event id='end_test'>
29     <start>2020-04-08 11:00</start>
30     <recurrance>
31        <pattern>days</pattern>
32        <number>7</number>
33     </recurrance>
34     <action>exit</action>
35   </event>
36 </wakeup>