aboutsummaryrefslogtreecommitdiff
path: root/config/RendererConfig.xml
blob: 27fb98b353b32dadfd4ac54c2c5c37310c09826c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!---All configuration items contain a "Class" tag specifying the python class they represent, and an "Args" tag specifying the args to be passed in.-->
<LightSystem>
    <RendererConfiguration>
        <Renderer>
            <Class>IndoorRenderer</Class>
            <Args>
                <PowerSupply>
                    <IP>10.1.218.72</IP>
                    <PortMapping>{'strip1':1}</PortMapping>
                </PowerSupply>
            </Args>
        </Renderer>
    </RendererConfiguration>
</LightSystem>