blob: 6dc21dccf82000b485b7ec710fc511695e9b40f2 [file]
<!-- Warning: This custom xml has multiple intentional errors for testing. -->
<configurator>
<domain name="CHIP"/>
<enum name="testbadEnum" type="BITMAP8"> // intentional error - using bitmap8 for enum
<cluster code="0x0300"/>
<item name="testItem1" value="0x0"/>
<item name="testItem2" value="0x01"/>
</enum>
<!-- Use the cluster extension Extend the on/off cluster -->
<clusterExtension code="0x0006">
// intentional undefined type errors
<attribute side="server" code="0xFFF10000" define="SAMPLE_MFG_SPECIFIC_TRANSITION_TIME_6" type="INT9" min="0x0000" max="0xFFFF" writable="true" default="0x0000" optional="true">Sample Mfg Specific Attribute 6</attribute>
<attribute side="server" code="0xFFF10000" define="SAMPLE_MFG_SPECIFIC_TRANSITION_TIME_6_DUPLICATE" type="INT8" min="0x0000" max="0xFFFF" writable="true" default="0x0000" optional="true">Sample Mfg Specific Attribute 6 Duplicate</attribute>
<attribute side="server" code="0xFFF20001" define="SAMPLE_MFG_SPECIFIC_TRANSITION_TIME_8" type="INT16U" min="0x0000" max="0xFFFF" writable="true" default="0x0000" optional="true">Sample Mfg Specific Attribute 8</attribute>
<command source="client" code="0xFFF20001" name="SampleMfgSpecificOnWithTransition2" optional="true">
<description>Client command that turns the device on with a transition given
by the transition time in the Ember Sample transition time attribute.</description>
</command>
<command source="client" code="0xFFF20001" name="SampleMfgSpecificOnWithTransition2Duplicate" optional="true">
<description>Client command that turns the device on with a transition given
by the transition time in the Ember Sample transition time attribute.</description>
</command>
<command source="client" code="0xFFF20002" name="SampleMfgSpecificToggleWithTransition2" optional="true">
<description>Client command that toggles the device with a transition given
by the transition time in the Ember Sample transition time attribute.</description>
<arg name="arg1" type="NOTYPE"/>
</command>
</clusterExtension>
</configurator>