<?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>LED status changes, it is automatically displayed in the application</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/57609/led-status-changes-it-is-automatically-displayed-in-the-application</link><description>Hello, i am a beginner, i am parsing a dimming example. i have two client and server boards, as well as an nRF Mesh application. I can change the brightness of LED by pressing the buttons on the client board, but at the same time in the application the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 11 Feb 2020 17:47:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/57609/led-status-changes-it-is-automatically-displayed-in-the-application" /><item><title>RE: LED status changes, it is automatically displayed in the application</title><link>https://devzone.nordicsemi.com/thread/233825?ContentTypeID=1</link><pubDate>Tue, 11 Feb 2020 17:47:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:345f2cdd-44ab-493d-a143-5d12947efad9</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The short answer is no, because the nRF Mesh app is not implementing the generic level client the same way as the dimming client example running on the board.&lt;/p&gt;
&lt;p&gt;Full answer: Whenever the level changes on the server, the server sends out a status message to its &amp;quot;publish address&amp;quot;. If for instance you configure the server to publish to 0xCC9B and you configure the client to subscribe to 0xCC9B, those status messages are sent from the server and received by the client. For the dimming examples you will then see reports of those messages on the RTT output from the client. Since the nRF Mesh app is not configured to subscribe to the publish address for the server, it will not receive any status updates, and so it has nothing to show. Unfortunately there does not seem to be any way to configure this, for the nRF Mesh app.&lt;/p&gt;
&lt;p&gt;It is possible to write a smart phone app that gets updated (provided it subscribes to the publish address of the server, that is.) I will file a suggestion to our app developers to add support for that for the nRF Mesh app, as it does sound like a useful feature.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>