<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>When should I call chip::DeviceLayer::SetDeviceInfoProvider?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115833/when-should-i-call-chip-devicelayer-setdeviceinfoprovider</link><description>Hi, 
 I&amp;#39;m working through building my own Matter device. Building on MacOS, VSCode on 2.7.0. I&amp;#39;m using an nrf52840DK for now. 
 I have two endpoints that contain a temperature measurement and that is working well. 
 Next I want to name those endpoints</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 28 Oct 2024 08:41:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115833/when-should-i-call-chip-devicelayer-setdeviceinfoprovider" /><item><title>RE: When should I call chip::DeviceLayer::SetDeviceInfoProvider?</title><link>https://devzone.nordicsemi.com/thread/508090?ContentTypeID=1</link><pubDate>Mon, 28 Oct 2024 08:41:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d71a32b8-1871-41c0-98d5-9edd0d01bf03</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;If you do not want the user to set the label and it should be set by a manufacturer or bridge device, then the Fixed Label cluster or the TagList in the Descriptor cluster are your best options.&lt;/p&gt;
&lt;p&gt;Please do not hesitate to ask if you have any issues implementing or using either of these options!&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: When should I call chip::DeviceLayer::SetDeviceInfoProvider?</title><link>https://devzone.nordicsemi.com/thread/507978?ContentTypeID=1</link><pubDate>Fri, 25 Oct 2024 14:48:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d956984-97fd-45bc-b110-a8f2defaacfd</guid><dc:creator>Tom McGuinness</dc:creator><description>&lt;p&gt;I will review the nRF samples. I just didn&amp;#39;t see any obvious use of the&amp;nbsp;SetDeviceInfoProvider call.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m hoping to use the FixedLabel rather than the user label and that cluster is already present.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: When should I call chip::DeviceLayer::SetDeviceInfoProvider?</title><link>https://devzone.nordicsemi.com/thread/507938?ContentTypeID=1</link><pubDate>Fri, 25 Oct 2024 12:44:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:241938b6-80f9-4215-b091-426922d7a7f5</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]I&amp;#39;ve cloned the sample DeviceInfoProvider from the connectedhomeip examples -&amp;nbsp;/connectedhomeip/examples/all-clusters-app/nrfconnect/third_party/connectedhomeip/examples/providers[/quote]
&lt;p&gt;I would recommend using the samples in the nRF Connect SDK instead of the connectedhomeip repository. You can find documentation for the samples here: &lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/nrf/samples/matter.html"&gt;Matter samples&lt;/a&gt; and the code here: &lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/v2.7.0/samples/matter"&gt;https://github.com/nrfconnect/sdk-nrf/tree/v2.7.0/samples/matter&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;By naming the endpoints, do you mean tagging the endpoint with a label using the User Label cluster? If so, you should instead add the User Label cluster to your application and use this for tagging the endpoints. You can read how to add clusters in our &lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/nrf/protocols/matter/getting_started/adding_clusters.html"&gt;Adding clusters to Matter application&lt;/a&gt; guide.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>