-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtest.xml
More file actions
37 lines (35 loc) · 806 Bytes
/
test.xml
File metadata and controls
37 lines (35 loc) · 806 Bytes
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
<?xml version="1.0" ?>
<domobus>
<rooms>
<room name="r21" class="a b c">
<devices>
<device type="switch" state="on"/>
<device type="blind" state="87" />
<device type="lights" state="94">
<coord>
<x>205</x>
<y>97</y>
<z>256</z>
</coord>
</device>
</devices>
</room>
<room name="r2">
<description>
Empty çãáèñ²龥 <gonoal sf="çwfw" /> room!!!!
</description>
</room>
<room name="r3" />
<room name="r4" />
<room name="r5" />
<room name="r6" />
</rooms>
<properties>
<prop value="xxx" />
</properties>
<debug_output>
<![CDATA[20101101234918::on->off
20101101235257::off->on
20101101235534::on->off]]>
</debug_output>
</domobus>