blob: 1268b4c09fb60eefa8172b187498193ea0729a3d [file] [edit]
<?xml version="1.0"?>
<!--
Copyright (c) 2008,2020 Silicon Labs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<configurator>
<domain name="ZLL" spec="zll-1.0-11-0037-10" dependsOn="zcl-1.0-07-5123-03">
</domain>
<enum name="IdentifyEffectIdentifier" type="ENUM8">
<item name="Blink" value="0x00"/>
<item name="Breathe" value="0x01"/>
<item name="Okay" value="0x02"/>
<item name="ChannelChange" value="0x0B"/>
<item name="FinishEffect" value="0xFE"/>
<item name="StopEffect" value="0xFF"/>
</enum>
<enum name="IdentifyEffectVariant" type="ENUM8">
<item name="Default" value="0x00"/>
</enum>
<bitmap name="ScenesCopyMode" type="BITMAP8">
<field name="CopyAllScenes" mask="0x01"/>
</bitmap>
<enum name="OnOffEffectIdentifier" type="ENUM8">
<item name="DelayedAllOff" value="0x00"/>
<item name="DyingLight" value="0x01"/>
</enum>
<enum name="OnOffDelayedAllOffEffectVariant" type="ENUM8">
<item name="FadeToOffIn_0p8Seconds" value="0x00"/>
<item name="NoFade" value="0x01"/>
<item name="50PercentDimDownIn_0p8SecondsThenFadeToOffIn_12Seconds" value="0x02"/>
</enum>
<enum name="OnOffDyingLightEffectVariant" type="ENUM8">
<item name="20PercenterDimUpIn_0p5SecondsThenFadeToOffIn_1Second" value="0x00"/>
</enum>
<bitmap name="OnOffControl" type="BITMAP8">
<field name="AcceptOnlyWhenOn" mask="0x01"/>
</bitmap>
<enum name="EnhancedColorMode" type="ENUM8">
<item name="CurrentHueAndCurrentSaturation" value="0x00"/>
<item name="CurrentXAndCurrentY" value="0x01"/>
<item name="ColorTemperature" value="0x02"/>
<item name="EnhancedCurrentHueAndCurrentSaturation" value="0x03"/>
</enum>
<bitmap name="ColorCapabilities" type="BITMAP16">
<field name="HueSaturationSupported" mask="0x0001"/>
<field name="EnhancedHueSupported" mask="0x0002"/>
<field name="ColorLoopSupported" mask="0x0004"/>
<field name="XYAttributesSupported" mask="0x0008"/>
<field name="ColorTemperatureSupported" mask="0x0010"/>
</bitmap>
<bitmap name="ColorLoopUpdateFlags" type="BITMAP8">
<field name="UpdateAction" mask="0x01"/>
<field name="UpdateDirection" mask="0x02"/>
<field name="UpdateTime" mask="0x04"/>
<field name="UpdateStartHue" mask="0x08"/>
</bitmap>
<enum name="ColorLoopAction" type="ENUM8">
<item name="Deactivate" value="0x00"/>
<item name="ActivateFromColorLoopStartEnhancedHue" value="0x01"/>
<item name="ActivateFromEnhancedCurrentHue" value="0x02"/>
</enum>
<enum name="ColorLoopDirection" type="ENUM8">
<item name="DecrementHue" value="0x00"/>
<item name="IncrementHue" value="0x01"/>
</enum>
<bitmap name="ZigbeeInformation" type="BITMAP8">
<field name="LogicalType" mask="0x03"/>
<field name="RxOnWhenIdle" mask="0x04"/>
</bitmap>
<enum name="ZigbeeInformationLogicalType" type="ENUM8">
<item name="Coordinator" value="0x00"/>
<item name="Router" value="0x01"/>
<item name="EndDevice" value="0x02"/>
</enum>
<bitmap name="ZllInformation" type="BITMAP8">
<field name="FactoryNew" mask="0x01"/>
<field name="AddressAssignment" mask="0x02"/>
<field name="TouchLinkInitiator" mask="0x10"/>
<field name="TouchLinkPriorityRequest" mask="0x20"/>
<field name="ProfileInterop" mask="0x80"/>
</bitmap>
<bitmap name="KeyBitmask" type="BITMAP16">
<field name="Development" mask="0x0001"/>
<field name="Master" mask="0x0010"/>
<field name="Certification" mask="0x8000"/>
</bitmap>
<enum name="KeyIndex" type="ENUM8">
<item name="Development" value="0x00"/>
<item name="Master" value="0x04"/>
<item name="Certification" value="0x0F"/>
</enum>
<enum name="DeviceInformationRecordSort" type="ENUM8">
<item name="NotSorted" value="0x00"/>
<item name="TopOfTheList" value="0x01"/>
</enum>
<struct name="DeviceInformationRecord">
<item name="ieeeAddress" type="IEEE_ADDRESS"/>
<item name="endpointId" type="INT8U"/>
<item name="profileId" type="INT16U"/>
<item name="deviceId" type="INT16U"/>
<item name="version" type="INT8U"/>
<item name="groupIdCount" type="INT8U"/>
<item name="sort" type="DeviceInformationRecordSort"/>
</struct>
<enum name="ZllStatus" type="ENUM8">
<item name="Success" value="0x00"/>
<item name="Failure" value="0x01"/>
</enum>
<struct name="GroupInformationRecord">
<item name="groupId" type="INT16U"/>
<item name="groupType" type="INT8U"/>
</struct>
<struct name="EndpointInformationRecord">
<item name="networkAddress" type="INT16U"/>
<item name="endpointId" type="INT8U"/>
<item name="profileId" type="INT16U"/>
<item name="deviceId" type="INT16U"/>
<item name="version" type="INT8U"/>
</struct>
<clusterExtension code="0x0000">
<attribute side="server" code="0x4000" define="SW_BUILD_ID" type="CHAR_STRING" length="16" writable="false" default="" optional="true" introducedIn="zll-1.0-11-0037-10">sw build id</attribute>
</clusterExtension>
<clusterExtension code="0x0003">
<command source="client" code="0x40" name="TriggerEffect" optional="true" introducedIn="zll-1.0-11-0037-10" cli="zcl identify trigger">
<description>
Command description for TriggerEffect
</description>
<arg name="effectId" type="IdentifyEffectIdentifier"/>
<arg name="effectVariant" type="IdentifyEffectVariant"/>
</command>
</clusterExtension>
<clusterExtension code="0x0005">
<command source="client" code="0x40" name="EnhancedAddScene" optional="true" introducedIn="zll-1.0-11-0037-10" cli="zcl scenes eadd">
<description>
Command description for EnhancedAddScene
</description>
<arg name="groupId" type="INT16U"/>
<arg name="sceneId" type="INT8U"/>
<arg name="transitionTime" type="INT16U"/>
<arg name="sceneName" type="CHAR_STRING"/>
<arg name="extensionFieldSets" type="SceneExtensionFieldSet" array="true"/>
</command>
<command source="client" code="0x41" name="EnhancedViewScene" optional="true" noDefaultImplementation="true" introducedIn="zll-1.0-11-0037-10" cli="zcl scenes eview">
<description>
Command description for EnhancedViewScene
</description>
<arg name="groupId" type="INT16U"/>
<arg name="sceneId" type="INT8U"/>
</command>
<command source="client" code="0x42" name="CopyScene" optional="true" introducedIn="zll-1.0-11-0037-10" cli="zcl scenes copy">
<description>
Command description for CopyScene
</description>
<arg name="mode" type="ScenesCopyMode"/>
<arg name="groupIdFrom" type="INT16U"/>
<arg name="sceneIdFrom" type="INT8U"/>
<arg name="groupIdTo" type="INT16U"/>
<arg name="sceneIdTo" type="INT8U"/>
</command>
<command source="server" code="0x40" name="EnhancedAddSceneResponse" optional="true" introducedIn="zll-1.0-11-0037-10" disableDefaultResponse="true">
<description>
Command description for EnhancedAddSceneResponse
</description>
<arg name="status" type="Status"/>
<arg name="groupId" type="INT16U"/>
<arg name="sceneId" type="INT8U"/>
</command>
<command source="server" code="0x41" name="EnhancedViewSceneResponse" optional="true" introducedIn="zll-1.0-11-0037-10" disableDefaultResponse="true">
<description>
Command description for EnhancedViewSceneResponse
</description>
<arg name="status" type="Status"/>
<arg name="groupId" type="INT16U"/>
<arg name="sceneId" type="INT8U"/>
<arg name="transitionTime" type="INT16U"/>
<arg name="sceneName" type="CHAR_STRING"/>
<arg name="extensionFieldSets" type="SceneExtensionFieldSet" array="true"/>
</command>
<command source="server" code="0x42" name="CopySceneResponse" optional="true" introducedIn="zll-1.0-11-0037-10" disableDefaultResponse="true">
<description>
Command description for CopySceneResponse
</description>
<arg name="status" type="Status"/>
<arg name="groupIdFrom" type="INT16U"/>
<arg name="sceneIdFrom" type="INT8U"/>
</command>
</clusterExtension>
<clusterExtension code="0x0006">
<attribute side="server" code="0x4000" define="GLOBAL_SCENE_CONTROL" type="BOOLEAN" min="0x00" max="0x01" writable="false" default="0x01" optional="true" introducedIn="zll-1.0-11-0037-10">global scene control</attribute>
<attribute side="server" code="0x4001" define="ON_TIME" type="INT16U" min="0x0000" max="0xFFFF" writable="true" default="0x0000" optional="true" introducedIn="zll-1.0-11-0037-10">on time</attribute>
<attribute side="server" code="0x4002" define="OFF_WAIT_TIME" type="INT16U" min="0x0000" max="0xFFFF" writable="true" default="0x0000" optional="true" introducedIn="zll-1.0-11-0037-10">off wait time</attribute>
<command source="client" code="0x40" name="OffWithEffect" optional="true" introducedIn="zll-1.0-11-0037-10" cli="zcl on-off offeffect">
<description>
Command description for OffWithEffect
</description>
<arg name="effectId" type="OnOffEffectIdentifier"/>
<arg name="effectVariant" type="ENUM8"/>
</command>
<command source="client" code="0x41" name="OnWithRecallGlobalScene" optional="true" introducedIn="zll-1.0-11-0037-10" cli="zcl on-off onrecall">
<description>
Command description for OnWithRecallGlobalScene
</description>
</command>
<command source="client" code="0x42" name="OnWithTimedOff" optional="true" introducedIn="zll-1.0-11-0037-10" cli="zcl on-off ontimedoff">
<description>
Command description for OnWithTimedOff
</description>
<arg name="onOffControl" type="OnOffControl"/>
<arg name="onTime" type="INT16U"/>
<arg name="offWaitTime" type="INT16U"/>
</command>
</clusterExtension>
<clusterExtension code="0x0300">
<attribute side="server" code="0x4000" define="COLOR_CONTROL_ENHANCED_CURRENT_HUE" type="INT16U" min="0x0000" max="0xFFFF" writable="false" default="0x0000" optional="true" introducedIn="zll-1.0-11-0037-10">enhanced current hue</attribute>
<attribute side="server" code="0x4001" define="COLOR_CONTROL_ENHANCED_COLOR_MODE" type="ENUM8" min="0x00" max="0xFF" writable="false" default="0x01" optional="true" introducedIn="zll-1.0-11-0037-10">enhanced color mode</attribute>
<attribute side="server" code="0x4002" define="COLOR_CONTROL_COLOR_LOOP_ACTIVE" type="INT8U" min="0x00" max="0xFF" writable="false" default="0x00" optional="true" introducedIn="zll-1.0-11-0037-10">color loop active</attribute>
<attribute side="server" code="0x4003" define="COLOR_CONTROL_COLOR_LOOP_DIRECTION" type="INT8U" min="0x00" max="0xFF" writable="false" default="0x00" optional="true" introducedIn="zll-1.0-11-0037-10">color loop direction</attribute>
<attribute side="server" code="0x4004" define="COLOR_CONTROL_COLOR_LOOP_TIME" type="INT16U" min="0x0000" max="0xFFFF" writable="false" default="0x0019" optional="true" introducedIn="zll-1.0-11-0037-10">color loop time</attribute>
<attribute side="server" code="0x4005" define="COLOR_CONTROL_COLOR_LOOP_START_ENHANCED_HUE" type="INT16U" min="0x0000" max="0xFFFF" writable="false" default="0x2300" optional="true" introducedIn="zll-1.0-11-0037-10">color loop start enhanced hue</attribute>
<attribute side="server" code="0x4006" define="COLOR_CONTROL_COLOR_LOOP_STORED_ENHANCED_HUE" type="INT16U" min="0x0000" max="0xFFFF" writable="false" default="0x0000" optional="true" introducedIn="zll-1.0-11-0037-10">color loop stored enhanced hue</attribute>
<attribute side="server" code="0x400A" define="COLOR_CONTROL_COLOR_CAPABILITIES" type="BITMAP16" min="0x0000" max="0x001F" writable="false" default="0x0000" optional="true" introducedIn="zll-1.0-11-0037-10">color capabilities</attribute>
<attribute side="server" code="0x400B" define="COLOR_CONTROL_COLOR_TEMP_PHYSICAL_MIN" type="INT16U" min="0x0000" max="0xFEFF" writable="false" default="0x0000" optional="true" introducedIn="zll-1.0-11-0037-10">color temp physical min</attribute>
<attribute side="server" code="0x400C" define="COLOR_CONTROL_COLOR_TEMP_PHYSICAL_MAX" type="INT16U" min="0x0000" max="0xFEFF" writable="false" default="0xFEFF" optional="true" introducedIn="zll-1.0-11-0037-10">color temp physical max</attribute>
<command source="client" code="0x40" name="EnhancedMoveToHue" optional="true" noDefaultImplementation="true" introducedIn="zll-1.0-11-0037-10" cli="zcl color-control emovetohue">
<description>
Command description for EnhancedMoveToHue
</description>
<arg name="enhancedHue" type="INT16U"/>
<arg name="direction" type="HueDirection"/>
<arg name="transitionTime" type="INT16U"/>
</command>
<command source="client" code="0x41" name="EnhancedMoveHue" optional="true" noDefaultImplementation="true" introducedIn="zll-1.0-11-0037-10" cli="zcl color-control emovehue">
<description>
Command description for EnhancedMoveHue
</description>
<arg name="moveMode" type="HueMoveMode"/>
<arg name="rate" type="INT16U"/>
</command>
<command source="client" code="0x42" name="EnhancedStepHue" optional="true" noDefaultImplementation="true" introducedIn="zll-1.0-11-0037-10" cli="zcl color-control estephue">
<description>
Command description for EnhancedStepHue
</description>
<arg name="stepMode" type="HueStepMode"/>
<arg name="stepSize" type="INT16U"/>
<arg name="transitionTime" type="INT16U"/>
</command>
<command source="client" code="0x43" name="EnhancedMoveToHueAndSaturation" optional="true" noDefaultImplementation="true" introducedIn="zll-1.0-11-0037-10" cli="zcl color-control emovetohueandsat">
<description>
Command description for EnhancedMoveToHueAndSaturation
</description>
<arg name="enhancedHue" type="INT16U"/>
<arg name="saturation" type="INT8U"/>
<arg name="transitionTime" type="INT16U"/>
</command>
<command source="client" code="0x44" name="ColorLoopSet" optional="true" noDefaultImplementation="true" introducedIn="zll-1.0-11-0037-10" cli="zcl color-control loop">
<description>
Command description for ColorLoopSet
</description>
<arg name="updateFlags" type="ColorLoopUpdateFlags"/>
<arg name="action" type="ColorLoopAction"/>
<arg name="direction" type="ColorLoopDirection"/>
<arg name="time" type="INT16U"/>
<arg name="startHue" type="INT16U"/>
</command>
<command source="client" code="0x47" name="StopMoveStep" optional="true" noDefaultImplementation="true" introducedIn="zll-1.0-11-0037-10" cli="zcl color-control stopmovestep">
<description>
Command description for StopMoveStep
</description>
<arg name="optionsMask" type="BITMAP8" introducedIn="zcl6-errata-14-0129-15" optional="1"/>
<arg name="optionsOverride" type="BITMAP8" introducedIn="zcl6-errata-14-0129-15" optional="1"/>
</command>
<command source="client" code="0x4B" name="MoveColorTemperature" optional="true" noDefaultImplementation="true" introducedIn="zll-1.0-11-0037-10" cli="zcl color-control movecolortemp">
<description>
Command description for MoveColorTemperature
</description>
<arg name="moveMode" type="HueMoveMode"/>
<arg name="rate" type="INT16U"/>
<arg name="colorTemperatureMinimum" type="INT16U"/>
<arg name="colorTemperatureMaximum" type="INT16U"/>
<arg name="optionsMask" type="BITMAP8" introducedIn="zcl6-errata-14-0129-15" optional="1"/>
<arg name="optionsOverride" type="BITMAP8" introducedIn="zcl6-errata-14-0129-15" optional="1"/>
</command>
<command source="client" code="0x4C" name="StepColorTemperature" optional="true" noDefaultImplementation="true" introducedIn="zll-1.0-11-0037-10" cli="zcl color-control stepcolortemp">
<description>
Command description for StepColorTemperature
</description>
<arg name="stepMode" type="HueStepMode"/>
<arg name="stepSize" type="INT16U"/>
<arg name="transitionTime" type="INT16U"/>
<arg name="colorTemperatureMinimum" type="INT16U"/>
<arg name="colorTemperatureMaximum" type="INT16U"/>
<arg name="optionsMask" type="BITMAP8" introducedIn="zcl6-errata-14-0129-15" optional="1"/>
<arg name="optionsOverride" type="BITMAP8" introducedIn="zcl6-errata-14-0129-15" optional="1"/>
</command>
</clusterExtension>
<cluster introducedIn="zll-1.0-11-0037-10">
<name>ZLL Commissioning</name>
<domain>ZLL</domain>
<description>The ZLL commissioning cluster provides commands to support touch link commissioning.</description>
<code>0x1000</code>
<define>ZLL_COMMISSIONING_CLUSTER</define>
<client tick="false" init="false">true</client>
<server tick="false" init="false">true</server>
<command source="client" code="0x00" name="ScanRequest" optional="false" introducedIn="zll-1.0-11-0037-10">
<description>
Command description for ScanRequest
</description>
<arg name="transaction" type="INT32U"/>
<arg name="zigbeeInformation" type="ZigbeeInformation"/>
<arg name="zllInformation" type="ZllInformation"/>
</command>
<command source="client" code="0x02" name="DeviceInformationRequest" optional="false" introducedIn="zll-1.0-11-0037-10">
<description>
Command description for DeviceInformationRequest
</description>
<arg name="transaction" type="INT32U"/>
<arg name="startIndex" type="INT8U"/>
</command>
<command source="client" code="0x06" name="IdentifyRequest" optional="false" introducedIn="zll-1.0-11-0037-10">
<description>
Command description for IdentifyRequest
</description>
<arg name="transaction" type="INT32U"/>
<arg name="identifyDuration" type="INT16U"/>
</command>
<command source="client" code="0x07" name="ResetToFactoryNewRequest" optional="false" introducedIn="zll-1.0-11-0037-10">
<description>
Command description for ResetToFactoryNewRequest
</description>
<arg name="transaction" type="INT32U"/>
</command>
<command source="client" code="0x10" name="NetworkStartRequest" optional="false" introducedIn="zll-1.0-11-0037-10">
<description>
Command description for NetworkStartRequest
</description>
<arg name="transaction" type="INT32U"/>
<arg name="extendedPanId" type="IEEE_ADDRESS"/>
<arg name="keyIndex" type="KeyIndex"/>
<arg name="encryptedNetworkKey" type="SECURITY_KEY"/>
<arg name="logicalChannel" type="INT8U"/>
<arg name="panId" type="INT16U"/>
<arg name="networkAddress" type="INT16U"/>
<arg name="groupIdentifiersBegin" type="INT16U"/>
<arg name="groupIdentifiersEnd" type="INT16U"/>
<arg name="freeNetworkAddressRangeBegin" type="INT16U"/>
<arg name="freeNetworkAddressRangeEnd" type="INT16U"/>
<arg name="freeGroupIdentifierRangeBegin" type="INT16U"/>
<arg name="freeGroupIdentifierRangeEnd" type="INT16U"/>
<arg name="initiatorIeeeAddress" type="IEEE_ADDRESS"/>
<arg name="initiatorNetworkAddress" type="INT16U"/>
</command>
<command source="client" code="0x12" name="NetworkJoinRouterRequest" optional="false" introducedIn="zll-1.0-11-0037-10">
<description>
Command description for NetworkJoinRouterRequest
</description>
<arg name="transaction" type="INT32U"/>
<arg name="extendedPanId" type="IEEE_ADDRESS"/>
<arg name="keyIndex" type="KeyIndex"/>
<arg name="encryptedNetworkKey" type="SECURITY_KEY"/>
<arg name="networkUpdateId" type="INT8U"/>
<arg name="logicalChannel" type="INT8U"/>
<arg name="panId" type="INT16U"/>
<arg name="networkAddress" type="INT16U"/>
<arg name="groupIdentifiersBegin" type="INT16U"/>
<arg name="groupIdentifiersEnd" type="INT16U"/>
<arg name="freeNetworkAddressRangeBegin" type="INT16U"/>
<arg name="freeNetworkAddressRangeEnd" type="INT16U"/>
<arg name="freeGroupIdentifierRangeBegin" type="INT16U"/>
<arg name="freeGroupIdentifierRangeEnd" type="INT16U"/>
</command>
<command source="client" code="0x14" name="NetworkJoinEndDeviceRequest" optional="false" introducedIn="zll-1.0-11-0037-10">
<description>
Command description for NetworkJoinEndDeviceRequest
</description>
<arg name="transaction" type="INT32U"/>
<arg name="extendedPanId" type="IEEE_ADDRESS"/>
<arg name="keyIndex" type="KeyIndex"/>
<arg name="encryptedNetworkKey" type="SECURITY_KEY"/>
<arg name="networkUpdateId" type="INT8U"/>
<arg name="logicalChannel" type="INT8U"/>
<arg name="panId" type="INT16U"/>
<arg name="networkAddress" type="INT16U"/>
<arg name="groupIdentifiersBegin" type="INT16U"/>
<arg name="groupIdentifiersEnd" type="INT16U"/>
<arg name="freeNetworkAddressRangeBegin" type="INT16U"/>
<arg name="freeNetworkAddressRangeEnd" type="INT16U"/>
<arg name="freeGroupIdentifierRangeBegin" type="INT16U"/>
<arg name="freeGroupIdentifierRangeEnd" type="INT16U"/>
</command>
<command source="client" code="0x16" name="NetworkUpdateRequest" optional="false" introducedIn="zll-1.0-11-0037-10">
<description>
Command description for NetworkUpdateRequest
</description>
<arg name="transaction" type="INT32U"/>
<arg name="extendedPanId" type="IEEE_ADDRESS"/>
<arg name="networkUpdateId" type="INT8U"/>
<arg name="logicalChannel" type="INT8U"/>
<arg name="panId" type="INT16U"/>
<arg name="networkAddress" type="INT16U"/>
</command>
<command source="client" code="0x41" name="GetGroupIdentifiersRequest" optional="false" introducedIn="zll-1.0-11-0037-10">
<description>
Command description for GetGroupIdentifiersRequest
</description>
<arg name="startIndex" type="INT8U"/>
</command>
<command source="client" code="0x42" name="GetEndpointListRequest" optional="false" introducedIn="zll-1.0-11-0037-10">
<description>
Command description for GetEndpointListRequest
</description>
<arg name="startIndex" type="INT8U"/>
</command>
<command source="server" code="0x01" name="ScanResponse" optional="false" introducedIn="zll-1.0-11-0037-10" disableDefaultResponse="true">
<description>
Command description for ScanResponse
</description>
<arg name="transaction" type="INT32U"/>
<arg name="rssiCorrection" type="INT8U"/>
<arg name="zigbeeInformation" type="ZigbeeInformation"/>
<arg name="zllInformation" type="ZllInformation"/>
<arg name="keyBitmask" type="KeyBitmask"/>
<arg name="responseId" type="INT32U"/>
<arg name="extendedPanId" type="IEEE_ADDRESS"/>
<arg name="networkUpdateId" type="INT8U"/>
<arg name="logicalChannel" type="INT8U"/>
<arg name="panId" type="INT16U"/>
<arg name="networkAddress" type="INT16U"/>
<arg name="numberOfSubDevices" type="INT8U"/>
<arg name="totalGroupIds" type="INT8U"/>
<arg name="endpointId" type="INT8U"/>
<!-- present if numberOfSubDevices = 1 -->
<arg name="profileId" type="INT16U"/>
<!-- present if numberOfSubDevices = 1 -->
<arg name="deviceId" type="INT16U"/>
<!-- present if numberOfSubDevices = 1 -->
<arg name="version" type="INT8U"/>
<!-- present if numberOfSubDevices = 1 -->
<arg name="groupIdCount" type="INT8U"/>
<!-- present if numberOfSubDevices = 1 -->
</command>
<command source="server" code="0x03" name="DeviceInformationResponse" optional="false" introducedIn="zll-1.0-11-0037-10" disableDefaultResponse="true">
<description>
Command description for DeviceInformationResponse
</description>
<arg name="transaction" type="INT32U"/>
<arg name="numberOfSubDevices" type="INT8U"/>
<arg name="startIndex" type="INT8U"/>
<arg name="deviceInformationRecordCount" type="INT8U"/>
<arg name="deviceInformationRecordList" type="DeviceInformationRecord" array="true"/>
</command>
<command source="server" code="0x11" name="NetworkStartResponse" optional="false" introducedIn="zll-1.0-11-0037-10" disableDefaultResponse="true">
<description>
Command description for NetworkStartResponse
</description>
<arg name="transaction" type="INT32U"/>
<arg name="status" type="ZllStatus"/>
<arg name="extendedPanId" type="IEEE_ADDRESS"/>
<arg name="networkUpdateId" type="INT8U"/>
<arg name="logicalChannel" type="INT8U"/>
<arg name="panId" type="INT16U"/>
</command>
<command source="server" code="0x13" name="NetworkJoinRouterResponse" optional="false" introducedIn="zll-1.0-11-0037-10" disableDefaultResponse="true">
<description>
Command description for NetworkJoinRouterResponse
</description>
<arg name="transaction" type="INT32U"/>
<arg name="status" type="ZllStatus"/>
</command>
<command source="server" code="0x15" name="NetworkJoinEndDeviceResponse" optional="false" introducedIn="zll-1.0-11-0037-10" disableDefaultResponse="true">
<description>
Command description for NetworkJoinEndDeviceResponse
</description>
<arg name="transaction" type="INT32U"/>
<arg name="status" type="ZllStatus"/>
</command>
<command source="server" code="0x40" name="EndpointInformation" optional="false" introducedIn="zll-1.0-11-0037-10">
<description>
Command description for EndpointInformation
</description>
<arg name="ieeeAddress" type="IEEE_ADDRESS"/>
<arg name="networkAddress" type="INT16U"/>
<arg name="endpointId" type="INT8U"/>
<arg name="profileId" type="INT16U"/>
<arg name="deviceId" type="INT16U"/>
<arg name="version" type="INT8U"/>
</command>
<command source="server" code="0x41" name="GetGroupIdentifiersResponse" optional="false" introducedIn="zll-1.0-11-0037-10" disableDefaultResponse="true">
<description>
Command description for GetGroupIdentifiersResponse
</description>
<arg name="total" type="INT8U"/>
<arg name="startIndex" type="INT8U"/>
<arg name="count" type="INT8U"/>
<arg name="groupInformationRecordList" type="GroupInformationRecord" array="true"/>
</command>
<command source="server" code="0x42" name="GetEndpointListResponse" optional="false" introducedIn="zll-1.0-11-0037-10" disableDefaultResponse="true">
<description>
Command description for GetEndpointListResponse
</description>
<arg name="total" type="INT8U"/>
<arg name="startIndex" type="INT8U"/>
<arg name="count" type="INT8U"/>
<arg name="endpointInformationRecordList" type="EndpointInformationRecord" array="true"/>
</command>
</cluster>
</configurator>