<?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>Mesh Opcodes and linking them to the handler in the access layer</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64676/mesh-opcodes-and-linking-them-to-the-handler-in-the-access-layer</link><description>I&amp;#39;ve been writing a vendor model for Bluetooth mesh based on the light lightness model in the SDK. I&amp;#39;m extending the generic level model into my model - a window openess level model. It&amp;#39;s far complete, but it&amp;#39;s to the point where I want to be able to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 11 Aug 2020 20:08:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64676/mesh-opcodes-and-linking-them-to-the-handler-in-the-access-layer" /><item><title>RE: Mesh Opcodes and linking them to the handler in the access layer</title><link>https://devzone.nordicsemi.com/thread/264132?ContentTypeID=1</link><pubDate>Tue, 11 Aug 2020 20:08:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bff3b7b2-3922-480b-93b8-cecf8362e326</guid><dc:creator>Ryjan</dc:creator><description>&lt;p&gt;It turns out that my issue was that I was not looking in the right place. I figured that as soon as i posted something I&amp;#39;d get a lead on a new idea.&amp;nbsp; I was actually getting a callback from the generic level model, but it was linked to a stub function I had made in my new model. I had the regular level callbacks with a proto-implementation, not for the delta level callbacks. It appears that the app sends level commands for the generic lever server as a change in level (delta) rather than a set to a specific level. Now I can see that callback and I am stitching it into my normal window controller callback, so the issue is solved.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>