<?xml version="1.0" encoding="UTF-8"?>
<!--
To evaluate conformance of a particular implementation, it is necessary to have a statement of which capabilities and options have been implemented for a given standard. Such a statement is called a protocol implementation conformance statement (PICS).

Scope
This document provides the protocol implementation conformance statement (PICS) proforma for the ZigBee specifications 080006r05 in compliance with the relevant requirements, and in accordance with the relevant guidance, given in ISO/IEC 9646-7.
This document addresses the ZigBee Home Automation Application Profile.  

Purpose
The supplier of a protocol implementation claiming to conform to the ZigBee Home Automation Application Profile shall complete the following PICS proforma and accompany it with the information necessary to identify fully both the supplier and the implementation.

The PICS is in the form of answers to a set of questions in the PICS proforma. The questions in a proforma consist of a systematic list of protocol capabilities and options as well as their implementation requirements. The implementation requirement indicates whether implementation of a capability is mandatory, optional, or conditional depending on options selected. When a protocol implementer answers questions in a PICS proforma, they would indicate whether an item is implemented or not, and provide explanations if an item is not implemented.

Instructions for completion
This document provides a template for the Home Automation PICS. The document should be filled out with document content appropriate to each element. Some document elements contain a "mandatory" attribute. Generally each tag that contains a mandatory attribute should also contain document content of "TRUE" indicating that the item described in the document element is supported. 

Clusters contain ZigBee attributes and commands. Entering content of "TRUE" for a ZigBee attribute indicates that the device contains that attribute and the attribute can be read from the device. Entering content of "TRUE" for a command indicates that the device can receive that command. If an attribute is mandatory and the source="server" this indicates that the attribute must be supported by all servers of that cluster. If a command is mandatory and the receivedBy="server" it indicates that the command must be supported as a command received by all servers of that cluster.

A completed PICS document need only contain the portion of the PICS that are supported. Any of the zigBeeDeviceTypes, HADeviceTypes or clusters that are not supported can be removed from the completed document.

-->
<homeAutomationPICs version="">
  <implementationIdentification>
    <IUTIdentification>
  	  <description>Implemenation Under Test Identification</description>
  	  <UITName mandatory="true">Salus Embedded Door Sensor</UITName>
  	  <UITVersion mandatory="true"></UITVersion>
    </IUTIdentification>
    <SUTIdentification>
  	  <description>System Under Test Identification</description>
  	  <SUTName>SS881ZB</SUTName>
  	  <SUTSoftwareVersion mandatory="true">20170211</SUTSoftwareVersion>
  	  <SUTHardwareVersion mandatory="true">1</SUTHardwareVersion>
  	  <SUTOperatingSystem mandatory="false"></SUTOperatingSystem>
    </SUTIdentification>
    <productSupplier>
  	  <description>Product Supplier</description>
  	  <name>Computime, Ltd.</name>
  	  <address>9/F Tower One, Lippo Centre, 89 Queensway, Hong Kong</address>
  	  <telephoneNumber>852-2260-0300</telephoneNumber>
  	  <faxNumber></faxNumber>
  	  <emailAddress>wlha@computime.com</emailAddress>
  	  <additionalInformation></additionalInformation>
    </productSupplier>
    <client>
        <description>Product Supplier</description>
        <name>Salus North America, Inc.</name>
        <address>850 Main Street, Redwood City CA  94063</address>
        <telephoneNumber>(415) 881 7436</telephoneNumber>
        <faxNumber></faxNumber>
        <emailAddress>shen@salusinc.com</emailAddress>
        <additionalInformation></additionalInformation>
    </client>
    <picsContactPerson>
  	  <description>PICS Contact Person</description>
      <name>WL HA</name>
      <address>9/F Tower One, Lippo Centre, 89 Queensway, Hong Kong</address>
      <telephoneNumber>+852 22600300</telephoneNumber>
      <faxNumber></faxNumber>
      <emailAddress>wlha@computime.com</emailAddress>
      <additionalInformation></additionalInformation>
    </picsContactPerson>
  </implementationIdentification>
  
  <globalStatementOfConformance>
    <specVersion name="ZigBee Home Automation" version="053520r29" mandatory="true"></specVersion>
  </globalStatementOfConformance>
  
  <picsProforma>
    <zigBeeDeviceTypes>
      <type>
        <name>end device</name>
        <description>Is this a ZigBee end device?</description>
        <support>TRUE</support>
        <profileItem>
          <name>Join Mode</name>
  	    <description>Does the device support a method for the user to put the device in join mode?</description>
  	    <mandatory>true</mandatory>
  	    <supported>TRUE</supported>
  	  </profileItem>
	  <profileItem>
          <name>Polling Rate</name>
          <description>Does the device adhere to the polling rate specifications given in 053520r29</description>
          <mandatory>true</mandatory>
          <supported>TRUE</supported>
  	  </profileItem>
      </type>
    </zigBeeDeviceTypes>
  
    <stackProfile>
      <profileItem>
        <name>ZigBee Stack Profile</name>
        <mandatory>true</mandatory>
        <description>Is the device built on a ZigBee Compliant Platform certified for ZigBee or ZigBee PRO stack profile 080006r05?</description>
        <mandatory>true</mandatory>
        <supported>TRUE</supported>
      </profileItem>
  	  <profileItem>
          <name>Binding Table Size</name>
          <description>Does the device implement source binding with a binding table whose number of available entries is greater than or equal to the number of supported clusters that may initiate normal operational transactions. It should be noted that operational transactions are not one time transactions or commissioning transactions. Operational transactions are those that are used to perform the device function, such attribute reporting or actuation commands  (e.g. On, Off, Toggle, etc).</description>
          <mandatory>true</mandatory>
        <supported>TRUE</supported>
  	  </profileItem>
  	  <profileItem>
          <name>Link Keys</name>
          <description>Does the device support Trust Center Link Keys including the Default Trust Center Link Key?</description>
          <mandatory>true</mandatory>
        <supported>TRUE</supported>
  	  </profileItem>
  	  <profileItem>
          <name>APS Layer Multicast (CCB 1773)</name>
          <description>Does the device use only APS layer multicast for multicast messages?</description>
          <mandatory>true</mandatory>
        <supported>TRUE</supported>
  	  </profileItem>
  	  <profileItem>
          <name>Network Use Multicast (CCB 1773)</name>
          <description>Does the device have the stack primitive nwkUseMulticast set to FALSE?</description>
          <mandatory>true</mandatory>
        <supported>TRUE</supported>
  	  </profileItem>
    </stackProfile>
  
    <HAProfile>
      <profileItem>
  	  <name>Cluster Library PICs</name>
  	  <description>Does the device support the ZigBee Cluster Library PICS as defined in 064118r08</description>
  	  <mandatory>true</mandatory>
        <supported>TRUE</supported>
  	  </profileItem>
  	  <profileItem>
  	    <name>Reset to Factory Defaults</name>
  	    <description>Does the device support a method for allowing a user to restore factory settings?</description>
  	    <mandatory>true</mandatory>
        <supported>TRUE</supported>
  	  </profileItem>
  	  <profileItem>
  	    <name>Reporting generation</name>
  	    <description>Does the device have attributes that are reportable?</description>
  	    <mandatory>false</mandatory>
        <supported>TRUE</supported>
  	  </profileItem>
        <profileItem>
  	    <name>Default Reporting Configuration</name>
  	    <description>Does the device have a default reporting configuration for each reportable attribute</description>
  	    <mandatory>false</mandatory>
  	    <supported>FALSE</supported>
  	  </profileItem>
        <profileItem>
  	    <name>Read Reporting Configuration</name>
  	    <description>Does the device support configuring and  reading a report configuration for all reportable attributes?</description>
  	    <mandatory>false</mandatory>
  	    <supported>TRUE</supported>
  	  </profileItem>
    </HAProfile>
    
    <ZDPCommands>                                       
  	  <command code="0x8000" name="NWK_addr_rsp" source="either" mandatory="true">TRUE</command>
  	  <command code="0x8001" name="IEEE_addr_rsp" source="either" mandatory="true">TRUE</command>
  	  <command code="0x8002" name="Node_Desc_rsp" source="either" mandatory="true">TRUE</command>
  	  <command code="0x8003" name="Power_Desc_rsp" source="either" mandatory="true">TRUE</command>
  	  <command code="0x8004" name="Simple_Desc_rsp" source="either" mandatory="true">TRUE</command>
  	  <command code="0x8005" name="Active_EP_rsp" source="either" mandatory="true">TRUE</command>
  	  <command code="0x8006" name="Match_Desc_rsp" source="either" mandatory="true">TRUE</command>
  	  <command code="0x8013" name="Device_annce" source="either" mandatory="true">TRUE</command>
  	  <command code="0x8021" name="Bind_rsp" source="either" mandatory="true">TRUE</command>
  	  <command code="0x8022" name="Unbind_rsp" source="either" mandatory="true">TRUE</command>
  	  <command code="0x8031" name="Mgmt_Lqi_rsp" source="either" mandatory="true">TRUE</command>
  	  <command code="0x8033" name="Mgmt_Bind_rsp" source="either" mandatory="true">TRUE</command>	
    </ZDPCommands>
  
    <ZCLGlobalCommands>
      <command code="0x01" name="ReadAttributesResponse" source="either" mandatory="true">TRUE</command>
      <command code="0x04" name="WriteAttributesResponse" source="either" mandatory="true">TRUE</command>
      <command code="0x07" name="ConfigureReportingResponse" source="either" mandatory="true">TRUE</command>
      <command code="0x09" name="ReadReportingConfigurationResponse" source="either" mandatory="true">TRUE</command>
      <command code="0x0B" name="DefaultResponse" source="either" mandatory="true">TRUE</command>
      <command code="0x0D" name="DiscoverAttributesResponse" source="either" mandatory="true">TRUE</command>
      <command code="0x10" name="WriteAttributesStructuredResponse" source="either" mandatory="false">TRUE</command>
      <command code="0x12" name="DiscoverCommandsReceivedResponse" source="either" mandatory="false">TRUE</command>
      <command code="0x14" name="DiscoverCommandsGeneratedResponse" source="either" mandatory="false">TRUE</command>
      <command code="0x16" name="DiscoverAttributesExtendedResponse" source="either" mandatory="false">TRUE</command>
    </ZCLGlobalCommands>
    
    <HADeviceTypes>
      <deviceType>
        <name>HA-iaszone</name>
        <domain>HA</domain>
        <typeName>HA IAS Zone</typeName>
        <profileId>0x0104</profileId>
        <deviceId>0x0402</deviceId>
        <supported>TRUE</supported>
        <commissioning>
          <type name="ezMode" role="initiator" mandatory="false"/>
          <type name="ezMode" role="target" mandatory="false"/>
  	  </commissioning>
        <clusters>
          <include name="Basic" source="server" mandatory="true">TRUE</include>
          <include name="Identify" source="server" mandatory="true">TRUE</include>
          <include name="Power Configuration" source="server" mandatory="false">TRUE</include>
          <include name="Poll Control" source="server" mandatory="false">TRUE</include>
          <include name="Over the Air Bootloading Cluster" source="client" mandatory="false">TRUE</include>
          <include name="Temperature Measurement" source="server" mandatory="false">TRUE</include>
          <include name="IAS Zones" source="server" mandatory="true">TRUE</include>
          <include name="Diagnostics" source="server" mandatory="false">TRUE</include>
          <include name="Commissioning" source="server" mandatory="false">TRUE</include>
        </clusters>
      </deviceType>
    </HADeviceTypes>
    
    <HAClusters>
      <cluster>
        <name>Basic</name>
        <code>0x0000</code>
        <define>BASIC_CLUSTER</define>
        <attribute source="server" code="0x0000" define="VERSION" mandatory="true" name="ZCL version">TRUE</attribute>
        <attribute source="server" code="0x0001" define="APPLICATION_VERSION" mandatory="false" name="application version">TRUE</attribute>
        <attribute source="server" code="0x0002" define="STACK_VERSION" mandatory="false" name="stack version">TRUE</attribute>
        <attribute source="server" code="0x0003" define="HW_VERSION" mandatory="false" name="hardware version">TRUE</attribute>
        <attribute source="server" code="0x0004" define="MANUFACTURER_NAME" mandatory="false" name="manufacturer name">TRUE</attribute>
        <attribute source="server" code="0x0005" define="MODEL_IDENTIFIER" mandatory="false" name="model identifier">TRUE</attribute>
        <attribute source="server" code="0x0006" define="DATE_CODE" mandatory="false" name="date code">TRUE</attribute>
        <attribute source="server" code="0x0007" define="POWER_SOURCE" mandatory="true" name="power source">TRUE</attribute>
        <command receivedBy="server" code="0x00" name="ResetToFactoryDefaults" mandatory="false">TRUE</command>
      </cluster>
      
      <cluster>
        <name>Power Configuration</name>
        <code>0x0001</code>
        <define>POWER_CONFIG_CLUSTER</define>
        <attribute source="server" code="0x0000" define="MAINS_VOLTAGE" mandatory="false" name="mains voltage">TRUE</attribute>
        <attribute source="server" code="0x0020" define="BATTERY_VOLTAGE" mandatory="false" name="battery voltage">TRUE</attribute>
        <attribute source="server" code="0x0021" define="BATTERY_PERCENTAGE_REMAINING" mandatory="false" name="battery percentage remaining">TRUE</attribute>
        <attribute source="server" code="0x0031" define="BATTERY_SIZE" mandatory="false" name="battery size">TRUE</attribute>
        <attribute source="server" code="0x0033" define="BATTERY_QUANTITY" mandatory="false" name="battery quantity">TRUE</attribute>
        <attribute source="server" code="0x0035" define="BATTERY_ALARM_MASK" mandatory="false" name="battery alarm mask">TRUE</attribute>
        <attribute source="server" code="0x0036" define="BATTERY_VOLTAGE_MIN_THRESHOLD" mandatory="false" name="battery voltage min threshold">TRUE</attribute>
        <attribute source="server" code="0x0037" define="BATTERY_VOLTAGE_THRESHOLD_1" mandatory="false" name="battery voltage threshold 1">TRUE</attribute>
        <attribute source="server" code="0x0038" define="BATTERY_VOLTAGE_THRESHOLD_2" mandatory="false" name="battery voltage threshold 2">TRUE</attribute>
        <attribute source="server" code="0x0039" define="BATTERY_VOLTAGE_THRESHOLD_3" mandatory="false" name="battery voltage threshold 3">TRUE</attribute>
        <attribute source="server" code="0x003e" define="BATTERY_ALARM_STATE" mandatory="false" name="battery alarm state">TRUE</attribute>
      </cluster>
       
      <cluster>
        <name>Identify</name>
        <code>0x0003</code>
        <define>IDENTIFY_CLUSTER</define>
        <attribute source="server" code="0x0000" define="IDENTIFY_TIME" mandatory="true" name="identify time">TRUE</attribute>
        <command receivedBy="server" code="0x00" name="Identify" mandatory="true">TRUE</command>
        <command receivedBy="server" code="0x01" name="IdentifyQuery" mandatory="true">TRUE</command>
        <command receivedBy="client" code="0x00" name="IdentifyQueryResponse" mandatory="true">TRUE</command>
      </cluster>
      
      <cluster>
       <name>Poll Control</name>
       <code>0x0020</code>
       <define>POLL_CONTROL_CLUSTER</define>
       <attribute source="server" code="0x0000" define="CHECK_IN_INTERVAL" mandatory="true" name="check-in interval">TRUE</attribute>
       <attribute source="server" code="0x0001" define="LONG_POLL_INTERVAL" mandatory="true" name="long poll interval">TRUE</attribute>
       <attribute source="server" code="0x0002" define="SHORT_POLL_INTERVAL" mandatory="true" name="short poll interval">TRUE</attribute>
       <attribute source="server" code="0x0003" define="FAST_POLL_TIMEOUT" mandatory="true" name="fast poll timeout">TRUE</attribute>
       <attribute source="server" code="0x0004" define="CHECK_IN_INTERVAL_MIN" mandatory="false" name="check in interval min">TRUE</attribute>
       <attribute source="server" code="0x0005" define="LONG_POLL_INTERVAL_MIN" mandatory="false" name="long poll interval min">TRUE</attribute>
       <attribute source="server" code="0x0006" define="FAST_POLL_TIMEOUT_MAX" mandatory="false" name="fast poll timeout max">TRUE</attribute>
       <command receivedBy="client" code="0x00" name="CheckIn" mandatory="true">TRUE</command>
       <command receivedBy="server" code="0x00" name="CheckInResponse" mandatory="true">TRUE</command>
       <command receivedBy="server" code="0x01" name="FastPollStop" mandatory="true">TRUE</command>
       <command receivedBy="server" code="0x02" name="SetLongPollInterval" mandatory="false">TRUE</command>
       <command receivedBy="server" code="0x03" name="SetShortPollInterval" mandatory="false">TRUE</command>
     </cluster>
    
      <cluster>
        <name>Temperature Measurement</name>
        <code>0x0402</code>
        <define>TEMP_MEASUREMENT_CLUSTER</define>
        <attribute source="server" code="0x0000" define="TEMP_MEASURED_VALUE" mandatory="true" name="measured value">TRUE</attribute>     
        <attribute source="server" code="0x0001" define="TEMP_MIN_MEASURED_VALUE" mandatory="true" name="min measured value">TRUE</attribute> 
        <attribute source="server" code="0x0002" define="TEMP_MAX_MEASURED_VALUE" mandatory="true" name="max measured value">TRUE</attribute> 
        <attribute source="server" code="0x0003" define="TEMP_TOLERANCE" mandatory="false" name="tolerance">TRUE</attribute>          
      </cluster>
    
      <cluster>
        <name>IAS Zone</name>
        <code>0x0500</code>
        <define>IAS_ZONE_CLUSTER</define>
        <attribute source="server" code="0x0000" define="ZONE_STATE" mandatory="true" name="zone state">TRUE</attribute>
        <attribute source="server" code="0x0001" define="ZONE_TYPE" mandatory="true" name="zone type">TRUE</attribute>
        <attribute source="server" code="0x0002" define="ZONE_STATUS" mandatory="true" name="zone status">TRUE</attribute>
        <attribute source="server" code="0x0010" define="IAS_CIE_ADDRESS" mandatory="true" name="IAS CIE address">TRUE</attribute>
        <attribute source="server" code="0x0011" define="ZONE_ID" mandatory="true" name="Zone ID">TRUE</attribute>
        <command receivedBy="server" code="0x00" name="ZoneEnrollResponse" mandatory="true">TRUE</command>
        <command receivedBy="client" code="0x00" name="ZoneStatusChangeNotification" mandatory="true">TRUE</command>
        <command receivedBy="client" code="0x01" name="ZoneEnrollRequest" mandatory="true">TRUE</command>
      </cluster>
    
      <cluster>
        <name>Diagnostics</name>
        <code>0x0B05</code>
        <define>DIAGNOSTICS_CLUSTER</define>
        <attribute source="server" code="0x011B" define="AVERAGE_MAC_RETRY_PER_APS_MSG_SENT" mandatory="false" name="average mac retry per aps message sent">TRUE</attribute>
        <attribute source="server" code="0x011C" define="LAST_MESSAGE_LQI" mandatory="false" name="last message lqi">TRUE</attribute>
        <attribute source="server" code="0x011D" define="LAST_MESSAGE_RSSI" mandatory="false" name="last message rssi">TRUE</attribute>
      </cluster>

	    <cluster>
	      <name>Commissioning</name>
	      <code>0x0015</code>
	      <define>COMMISSIONING_CLUSTER</define>
	      <attribute source="server" code="0x0001" define="EXTENDED_PAN_ID" name="Extended Pan Id">TRUE</attribute>
	      <attribute source="server" code="0x0003" define="CHANNEL_MASK" name="Channel Mask">TRUE</attribute>
	      <attribute source="server" code="0x0006" define="STARTUP_CONTROL" name="Startup Control">TRUE</attribute>
	      <attribute source="server" code="0x0010" define="TRUST_CENTER_ADDRESS" name="Trust Center Address">TRUE</attribute>
	      <attribute source="server" code="0x0011" define="TRUST_CENTER_MASTER_KEY" name="Trust Center Master Key">TRUE</attribute>
	      <attribute source="server" code="0x0012" define="NETWORK_KEY" name="Network Key">TRUE</attribute>
	      <attribute source="server" code="0x0013" define="USE_INSECURE_JOIN" name="Use Insecure Join">TRUE</attribute>
	      <attribute source="server" code="0x0014" define="PRECONFIGURED_LINK_KEY" name="Preconfigured Link Key">TRUE</attribute>
	      <attribute source="server" code="0x0015" define="NETWORK_KEY_SEQUENCE_NUMBER" name="Network Key Sequence Number">TRUE</attribute>
	      <attribute source="server" code="0x0016" define="NETWORK_KEY_TYPE" name="Network Key Type">TRUE</attribute>
	      <attribute source="server" code="0x0017" define="NETWORK_MANAGER_ADDRESS" name="Network Manager Address">TRUE</attribute>
	      <attribute source="server" code="0x0020" define="SCAN_ATTEMPTS" name="Scan Attempts">TRUE</attribute>
	      <attribute source="server" code="0x0021" define="TIME_BETWEEN_SCANS" name="Time Between Scans">TRUE</attribute>
	      <attribute source="server" code="0x0022" define="REJOIN_INTERVAL" name="Rejoin Interval">TRUE</attribute>
	      <attribute source="server" code="0x0023" define="MAX_REJOIN_INTERVAL" name="Max Rejoin Interval">TRUE</attribute>
	      <attribute source="server" code="0x0030" define="INDIRECT_POLL_RATE" name="Indirect Poll Rate">TRUE</attribute>
	      <attribute source="server" code="0x0031" define="PARENT_RETRY_THRESHOLD" name="Parent Retry Threshold">TRUE</attribute>
	      <attribute source="server" code="0x0040" define="CONCENTRATOR_FLAG" name="Concentrator Flag">TRUE</attribute>
	      <attribute source="server" code="0x0041" define="CONCENTRATOR_RADIUS" name="Concentrator Radius">TRUE</attribute>
	      <attribute source="server" code="0x0042" define="CONCENTRATOR_DISCOVERY_TIME" name="Concentrator Discovery Time">TRUE</attribute>	    
			  <command receivedBy="server" code="0x00" name="RestartDevice" mandatory="true">TRUE</command>
			  <command receivedBy="server" code="0x03" name="ResetStartupParameters" mandatory="true">TRUE</command>
			  <command receivedBy="client" code="0x00" name="RestartDeviceResponse" mandatory="true">TRUE</command>
			  <command receivedBy="client" code="0x01" name="SaveStartupParametersResponse" mandatory="true">TRUE</command>
			  <command receivedBy="client" code="0x02" name="RestoreStartupParametersResponse" mandatory="true">TRUE</command>
			  <command receivedBy="client" code="0x03" name="ResetStartupParametersResponse" mandatory="true">TRUE</command>
	    </cluster>

	  <cluster>
	    <name>Over the Air Bootloading</name>
	    <code>0x0019</code>
	    <define>OTA_BOOTLOAD_CLUSTER</define>
	    <attribute side="client" type="IEEE_ADDRESS" code="0x0000" define="UPGRADE_SERVER_ID" name="OTA Upgrade Server ID">TRUE</attribute>
	    <attribute side="client" type="INT32U" code="0x0001" define="FILE_OFFSET" name="Offset (address) into the file">TRUE</attribute>
	    <attribute side="client" type="INT32U" code="0x0002" define="CURRENT_FILE_VERSION" name="OTA Current File Version">TRUE</attribute>
	    <attribute side="client" type="INT16U" code="0x0003" define="CURRENT_ZIGBEE_STACK_VERSION" name="OTA Current ZigBee Stack Version">TRUE</attribute>
	    <attribute side="client" type="INT32U" code="0x0004" define="DOWNLOADED_FILE_VERSION" name="OTA Downloaded File Version">TRUE</attribute>
	    <attribute side="client" type="INT16U" code="0x0005" define="DOWNLOADED_ZIGBEE_STACK_VERSION" name="OTA Downloaded ZigBee Stack Version">TRUE</attribute>
	    <attribute side="client" type="ENUM8" code="0x0006" define="IMAGE_UPGRADE_STATUS" name="OTA Upgrade Status">TRUE</attribute>
	    <attribute side="client" type="INT16U" code="0x0007" define="MANUFACTURER_ID" name="Manufacturer ID">TRUE</attribute>
	    <attribute side="client" type="INT16U" code="0x0008" define="IMAGE_TYPE_ID" name="Image Type ID">TRUE</attribute>
	    <attribute side="client" type="INT16U" code="0x0009" define="MINIMUM_BLOCK_REQUEST_PERIOD" name="Minimum Block Request Period">TRUE</attribute>
	    <attribute side="client" type="INT32U" code="0x000A" define="IMAGE_STAMP" name="Image Stamp">TRUE</attribute>
	    <command code="0x1" name="QueryNextImageRequest" source="client">TRUE</command>
	    <command code="0x3" name="ImageBlockRequest" source="client">TRUE</command>
	    <command code="0x6" name="UpgradeEndRequest" source="client">TRUE</command>
	    <command code="0x2" name="QueryNextImageResponse" source="server">TRUE</command>
        <command code="0x5" name="ImageBlockResponse" source="server">TRUE</command>
        <command code="0x7" name="UpgradeEndResponse" source="server">TRUE</command>
        <command code="0x0" name="ImageNotify" source="server">TRUE</command>

	  </cluster>

    </HAClusters>
  </picsProforma>
</homeAutomationPICs>