-
Notifications
You must be signed in to change notification settings - Fork 0
/
routines.xml
39 lines (38 loc) · 2.18 KB
/
routines.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
28
29
30
31
32
33
34
35
36
37
38
<?xml version='1.0' encoding='utf-8'?>
<routines>
<daily-routine id="work" name="Work">
<timer zone-id="sitting_room" start="PT04H45M" end="PT05H30M" state="standby"/>
<timer zone-id="kitchen" start="PT06H00M" end="PT07H30M" state="on"/>
<timer zone-id="kitchen" start="PT15H30M" end="PT19H" state="standby"/>
<timer zone-id="bathroom" start="PT05H30M" end="PT06H" state="on"/>
<timer zone-id="bathroom" start="PT06H" end="PT08H" state="standby"/>
<timer zone-id="bathroom" start="PT15H" end="PT22H" state="standby"/>
<timer zone-id="ja_bedroom" start="PT05H" end="PT07H" state="standby"/>
<timer zone-id="ja_bedroom" start="PT21H30M" end="PT22H" state="standby"/>
<timer zone-id="so_bedroom" start="PT06H30M" end="PT07H30M" state="standby"/>
<timer zone-id="so_bedroom" start="PT21H00M" end="PT22H" state="standby"/>
<timer zone-id="loo" start="PT06H30M" end="PT07H30M" state="standby"/>
<timer zone-id="dhw" start="PT05H30M" end="PT07H" state="on"/>
<timer zone-id="dhw" start="PT16H" end="PT22H" state="on"/>
</daily-routine>
<daily-routine id="home" name="Home">
<timer zone-id="kitchen" start="PT08H" end="PT20H" state="standby"/>
<timer zone-id="bathroom" start="PT07H" end="PT07H30M" state="on"/>
<timer zone-id="bathroom" start="PT07H30M" end="PT22H30M" state="standby"/>
<timer zone-id="ja_bedroom" start="PT07H" end="PT09H" state="standby"/>
<timer zone-id="ja_bedroom" start="PT22H" end="PT23H" state="standby"/>
<timer zone-id="so_bedroom" start="PT08H" end="PT10H" state="standby"/>
<timer zone-id="so_bedroom" start="PT21H30M" end="PT22H" state="standby"/>
<timer zone-id="dhw" start="PT07H" end="PT09H" state="on"/>
<timer zone-id="dhw" start="PT12H" end="PT15H" state="on"/>
<timer zone-id="dhw" start="PT18H" end="PT22H" state="on"/>
</daily-routine>
<daily-routine id="away" name="Away"/>
<weekly-routines>
<weekly-routine routine-id="work" start="PT18H" end="P5DT20H"/>
<weekly-routine routine-id="home" start="P5DT20H" end="PT18H"/>
</weekly-routines>
<special-routines>
<special-routine routine-id="home" start="2012-03-21T16:00:00" end="2013-04-07T16:00:00"/>
</special-routines>
</routines>