<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic zigbee cluster can't call-back APP_ZCL_cbEndpointCallback function in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/zigbee-cluster-can-t-call-back-APP-ZCL-cbEndpointCallback/m-p/838332#M5573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,i have a question about zigbee as below:&lt;BR /&gt;I use the "zigbee gateway user interface" send command to a device(colorTemperatureLight),&lt;BR /&gt;case 1:when send the "MoveToHue","MoveToColor",MoveToSat,the Receiving device only have "ZCL_Task endpoint event:1" printf;&lt;BR /&gt;case 2:but when the "MoveToTemp",the Receiving device have "ZCL_Task endpoint event:1" and "EP EVT:Custom C1 0300" printf;&lt;BR /&gt;form the printf impromation,i know that case 1 didn't call-back the "APP_ZCL_cbEndpointCallback(tsZCL_CallBackEvent *psEvent)" function ,&lt;BR /&gt;and case 2 can call-back the "APP_ZCL_cbEndpointCallback(tsZCL_CallBackEvent *psEvent)" function .&lt;BR /&gt;why,and how to make case 1 can also call-back the the "APP_ZCL_cbEndpointCallback(tsZCL_CallBackEvent *psEvent)" function;&lt;BR /&gt;in addition, in other case, i add a "Level control cluster" by myself, it can't call-back the the "APP_ZCL_cbEndpointCallback(tsZCL_CallBackEvent *psEvent)" function&lt;BR /&gt;when receive a command; &lt;BR /&gt;can you tell me why and how to solve it;&lt;/P&gt;&lt;P&gt;thank you very much!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="11_20181009094126.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/74280i9ABBA7117A71C4C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="11_20181009094126.png" alt="11_20181009094126.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2018 01:47:32 GMT</pubDate>
    <dc:creator>13560436802</dc:creator>
    <dc:date>2018-10-09T01:47:32Z</dc:date>
    <item>
      <title>zigbee cluster can't call-back APP_ZCL_cbEndpointCallback function</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/zigbee-cluster-can-t-call-back-APP-ZCL-cbEndpointCallback/m-p/838332#M5573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,i have a question about zigbee as below:&lt;BR /&gt;I use the "zigbee gateway user interface" send command to a device(colorTemperatureLight),&lt;BR /&gt;case 1:when send the "MoveToHue","MoveToColor",MoveToSat,the Receiving device only have "ZCL_Task endpoint event:1" printf;&lt;BR /&gt;case 2:but when the "MoveToTemp",the Receiving device have "ZCL_Task endpoint event:1" and "EP EVT:Custom C1 0300" printf;&lt;BR /&gt;form the printf impromation,i know that case 1 didn't call-back the "APP_ZCL_cbEndpointCallback(tsZCL_CallBackEvent *psEvent)" function ,&lt;BR /&gt;and case 2 can call-back the "APP_ZCL_cbEndpointCallback(tsZCL_CallBackEvent *psEvent)" function .&lt;BR /&gt;why,and how to make case 1 can also call-back the the "APP_ZCL_cbEndpointCallback(tsZCL_CallBackEvent *psEvent)" function;&lt;BR /&gt;in addition, in other case, i add a "Level control cluster" by myself, it can't call-back the the "APP_ZCL_cbEndpointCallback(tsZCL_CallBackEvent *psEvent)" function&lt;BR /&gt;when receive a command; &lt;BR /&gt;can you tell me why and how to solve it;&lt;/P&gt;&lt;P&gt;thank you very much!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="11_20181009094126.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/74280i9ABBA7117A71C4C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="11_20181009094126.png" alt="11_20181009094126.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 01:47:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/zigbee-cluster-can-t-call-back-APP-ZCL-cbEndpointCallback/m-p/838332#M5573</guid>
      <dc:creator>13560436802</dc:creator>
      <dc:date>2018-10-09T01:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: zigbee cluster can't call-back APP_ZCL_cbEndpointCallback function</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/zigbee-cluster-can-t-call-back-APP-ZCL-cbEndpointCallback/m-p/838333#M5574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dylan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look into the&lt;A href="https://www.nxp.com/docs/en/user-guide/JN-UG-3115.pdf" rel="nofollow noopener noreferrer" target="_blank"&gt; Zigbee Cluster Library&lt;/A&gt;&amp;nbsp;the Colour Control Cluster requires extra storage space to be allocated for use by internal functions. If you look into the&amp;nbsp;eCLD_ColourControlCreateColourControl, the custom data structure is defining the&amp;nbsp;E_ZCL_CBET_CLUSTER_CUSTOM.&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; psCustomDataStructure&lt;SPAN class="operator token"&gt;-&amp;gt;&lt;/SPAN&gt;sCustomCallBackEvent&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;eEventType &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; E_ZCL_CBET_CLUSTER_CUSTOM&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;That is the reason why are you looking the&amp;nbsp;EP EVT: Custom Cl 0300.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 22:28:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/zigbee-cluster-can-t-call-back-APP-ZCL-cbEndpointCallback/m-p/838333#M5574</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2018-10-17T22:28:25Z</dc:date>
    </item>
  </channel>
</rss>

