-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathlayout.xml
More file actions
30 lines (30 loc) · 765 Bytes
/
layout.xml
File metadata and controls
30 lines (30 loc) · 765 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
<?xml version="1.0" encoding="UTF-8"?>
<Building StreetAddress="36 Symonds Street">
<Floor Name="Ground Floor">
<Room Name="Garage">
<Device Id="1" Type="Bulb">
<Association Id="2" />
<Association Id="3" />
</Device>
<Device Id="2" Type="Bulb" />
</Room>
<Room Name="Lobby">
<Device Id="3" Type="Bulb" />
<Device Id="4" Type="Window" />
</Room>
</Floor>
<Floor Name="1st Floor">
<Room Name="Dining Room">
<Device Id="15" Type="Bulb"/>
<Device Id="14" Type="Window" />
</Room>
<Room Name="Living Room">
<Device Id="16" Type="Bulb">
<Association Id="19" />
<Association Id="15" />
</Device>
<Device Id="19" Type="CD Player" />
<Device Id="20" Type="Air Conditioner" />
</Room>
</Floor>
</Building>