aboutsummaryrefslogtreecommitdiff
path: root/config/TestXML.xml
blob: 20d7f6ff92fa73e47dcf1ab58411cc1e312e5884 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<RootElement>
    <ChildElement>
        <setOfElements>
            <a>1</a>
            <a>2</a>
            <a>3</a>
        </setOfElements>
        <normalElement>normal</normalElement>
    </ChildElement>
    <Renderer>
        <Class>IndoorRenderer</Class>
        <Args>
            <PowerSupply>
                <IP>192.168.1.0</IP>
                <PortMapping>{'strip1':1,'strip2':2}</PortMapping>
            </PowerSupply>
            <PowerSupply>
                <IP>192.168.1.1</IP>
                <PortMapping>{'strip3':1, 'strip4':2}</PortMapping>
            </PowerSupply>
        </Args>
    </Renderer>
</RootElement>