aboutsummaryrefslogtreecommitdiff
path: root/config/RendererConfig.xml
diff options
context:
space:
mode:
authorGravatar Russell Cohen <rcoh@mit.edu>2010-11-24 01:09:12 -0500
committerGravatar Russell Cohen <rcoh@mit.edu>2010-11-24 01:09:12 -0500
commitb042647b68abdc82490ca6e059993b8eba28904c (patch)
treea9ee95a38e98b377c251b7b2e9af9cbd8056cf7c /config/RendererConfig.xml
parent407ac922fc4178021cf3a16dfb1bd875b6083ac4 (diff)
Refactoring complete! Made modules/packages as appropriate. Finally.
Diffstat (limited to 'config/RendererConfig.xml')
-rw-r--r--config/RendererConfig.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/RendererConfig.xml b/config/RendererConfig.xml
new file mode 100644
index 0000000..27fb98b
--- /dev/null
+++ b/config/RendererConfig.xml
@@ -0,0 +1,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>