//// Example XML for the PresetConfigurationPage //////////////
This is the XML the servlet will feed to you on request.


Explanation of parameters:

title = string
subtitle = string
device = string 
explanation = string
id = string
AxLink = string
status = 0 or 1 for 0=offline or 1=Online
label = string
level = 0..255


/////////////////////////////////////////////////////////


<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="PresetConfigurationPage.xsl"?>
<lightingComponentInformation id="P7" label="preset label" title="Title" subtitle="text" device="Kitchen" explanation="text" AxLink="N/A" status="1" ramp="10">
    <items>
		<value id="P1" label="All On" AxLink="96" device="Kitchen" selected="1"/>
        <value id="P2" label="All Off" AxLink="96"  device="Kitchen" selected="0"/>
		<value id="P3" label="Scene" AxLink="97" device="Study" selected="1"/>
		<value id="D1" label="Sink" level="255" AxLink="96" device="Kitchen" selected="1"/>
		<value id="D2" label="Counter Top" level="0" AxLink="96" device="Kitchen" selected="0"/>
	</items>
</lightingComponentInformation>
