<?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 Re: KW41Z ZigBee Write Attributes Response in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/KW41Z-ZigBee-Write-Attributes-Response/m-p/1048086#M9242</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alejandro, I hope you're doing well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to the ZigBee Cluster Library document, the E_ZCL_CBET_WRITE_INDIVIDUAL_ATTRIBUTE_RESPONSE event is only generated on the case that one of the written arrtributes failed to be written; if all of the attributes were written successfully, then the E_ZCL_CBET_WRITE_INDIVIDUAL_ATTRIBUTE_RESPONSE event will not be sent by the local node. If the event is not present, then it can be assumed that the attribute was written successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2020 21:31:10 GMT</pubDate>
    <dc:creator>Sebastian_Del_Rio</dc:creator>
    <dc:date>2020-05-08T21:31:10Z</dc:date>
    <item>
      <title>KW41Z ZigBee Write Attributes Response</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW41Z-ZigBee-Write-Attributes-Response/m-p/1048085#M9241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Grettings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working with a KW41Z and MCUXpresso. I have a ZigBee router as server and a ZigBee end device as client. The end device as source sends an Write Attributes command to Zr&amp;nbsp; and I need to know if the Zr was able to receive correctly the Write Attributes command from Zed. I can check with sniffer that there is a Write Attributes Response and with no errors:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/106066i60EB3F47AFC961DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/106068i9536430AF61BFE75/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I need to receive that indication in the client source (Zed)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZigBee Cluster Library User Guide says:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The E_ZCL_CBET_WRITE_ATTRIBUTES_RESPONSE event is generated&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;when the parsing of an incoming ‘write attributes’ response message is&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;complete. This event is particularly useful following a write where all the&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;attributes have been written without errors since, in this case, no&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;E_ZCL_CBET_WRITE_INDIVIDUAL_ATTRIBUTE_RESPONSE events will be&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;generated.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I can't see where this event is triggered (assigned only in vZCL_HandleAttributesWriteResponse function and this function is never called) and the Zed needs to check if the write attributes was succesful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2020 19:04:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW41Z-ZigBee-Write-Attributes-Response/m-p/1048085#M9241</guid>
      <dc:creator>alejandrovelez</dc:creator>
      <dc:date>2020-05-05T19:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: KW41Z ZigBee Write Attributes Response</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW41Z-ZigBee-Write-Attributes-Response/m-p/1048086#M9242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alejandro, I hope you're doing well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to the ZigBee Cluster Library document, the E_ZCL_CBET_WRITE_INDIVIDUAL_ATTRIBUTE_RESPONSE event is only generated on the case that one of the written arrtributes failed to be written; if all of the attributes were written successfully, then the E_ZCL_CBET_WRITE_INDIVIDUAL_ATTRIBUTE_RESPONSE event will not be sent by the local node. If the event is not present, then it can be assumed that the attribute was written successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2020 21:31:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW41Z-ZigBee-Write-Attributes-Response/m-p/1048086#M9242</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-05-08T21:31:10Z</dc:date>
    </item>
  </channel>
</rss>

