<?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>Generic Level model values range is only about 3% on the iOS mesh app</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42430/generic-level-model-values-range-is-only-about-3-on-the-ios-mesh-app</link><description>Hi, just posted this question on the Github project of the iOS app but I think this is the &amp;quot;official&amp;quot; place to ask...? :) anyways https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library/issues/108 
 Short summary, when controlling the experimental</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 16 Jan 2019 09:29:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42430/generic-level-model-values-range-is-only-about-3-on-the-ios-mesh-app" /><item><title>RE: Generic Level model values range is only about 3% on the iOS mesh app</title><link>https://devzone.nordicsemi.com/thread/165897?ContentTypeID=1</link><pubDate>Wed, 16 Jan 2019 09:29:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab3e15bb-77cc-44de-9cbc-133b04dc1252</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi again.&lt;/p&gt;
&lt;p&gt;Our developer, Roshan, answered the issue you opened in GitHub.&lt;/p&gt;
&lt;p&gt;&amp;quot;The slider value is from ranges from 0.0 - 1.0 so I guess the mistake was the division by 100 forgetting the slider does not range from 0-100. In my opinion this should not break anything. Nice catch!&amp;quot;&lt;/p&gt;
&lt;p&gt;Best regards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Generic Level model values range is only about 3% on the iOS mesh app</title><link>https://devzone.nordicsemi.com/thread/165876?ContentTypeID=1</link><pubDate>Wed, 16 Jan 2019 08:26:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:343aeb10-0ac5-4b2e-9c94-1b5ade02d86a</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Thank you for the feedback.&lt;/p&gt;
[quote user="Technical Zaniboni"]but I dont know why the developer made that conversion and I dont know which test to run so we cant be sure I didn’t just bring a tons of bugs[/quote]
&lt;p&gt;&amp;nbsp;I don&amp;#39;t know too much about that specific app or iOS development in general, so I can&amp;#39;t really comment on that.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;But I will update our developers about what you found and update you as soon as I have some more information from them.&lt;/p&gt;
&lt;p&gt;Best regards, &lt;br /&gt;Joakim.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Generic Level model values range is only about 3% on the iOS mesh app</title><link>https://devzone.nordicsemi.com/thread/165804?ContentTypeID=1</link><pubDate>Tue, 15 Jan 2019 15:42:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f6ccec4-69b6-4520-bf42-6909200f6312</guid><dc:creator>PM Bubblynet</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi again!&lt;/span&gt;&lt;/p&gt;
&lt;div class=""&gt;&lt;/div&gt;
&lt;div class=""&gt;So I found a weird conversion on ⁨IOS_App⁩ ▸ ⁨Example⁩ ▸ ⁨nRFMeshProvision⁩ ▸ ⁨ViewControllers⁩ ▸ ⁨NodeConfigurationView⁩ ▸ ⁨ModelConfigurationView⁩ ▸ ⁨didChangeSliderOnCell line 948:&lt;/div&gt;
&lt;div class=""&gt;&lt;/div&gt;
&lt;div class=""&gt;&lt;/div&gt;
&lt;div class=""&gt;
&lt;div class=""&gt;&lt;span class=""&gt;&lt;b class=""&gt;var&lt;/b&gt;&lt;/span&gt; level = &lt;span class=""&gt;Int&lt;/span&gt;(((newSliderValue * &lt;span class=""&gt;65535&lt;/span&gt;) / &lt;span class=""&gt;100&lt;/span&gt;) - &lt;span class=""&gt;32768&lt;/span&gt;)&lt;/div&gt;
&lt;div class=""&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=""&gt;&lt;/div&gt;
&lt;div class=""&gt;I don&amp;#39;t see why the / 100&amp;hellip; anyways I removed and now it seems we have a full range from -32768 to +32768&amp;hellip; but I dont know why the developer made that conversion and I dont know which test to run so we cant be sure I didn&amp;rsquo;t just bring a tons of bugs&amp;hellip; so I think to leave this question open for now until someone with a bit more experience with the app can confirm the hot fix...&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Generic Level model values range is only about 3% on the iOS mesh app</title><link>https://devzone.nordicsemi.com/thread/165752?ContentTypeID=1</link><pubDate>Tue, 15 Jan 2019 13:17:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c0cc986-0142-4255-9abd-5e184c50cd7c</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Our developers are looking into what the issue might be.&lt;/p&gt;
&lt;p&gt;When they find out, I&amp;#39;ll ask them if it&amp;#39;s possible to find a hot fix for you.&lt;/p&gt;
&lt;p&gt;Best regards, &lt;br /&gt;Joakim.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Generic Level model values range is only about 3% on the iOS mesh app</title><link>https://devzone.nordicsemi.com/thread/165541?ContentTypeID=1</link><pubDate>Mon, 14 Jan 2019 15:23:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b96de9ac-33de-4cc0-9eca-8d1ffe908fc2</guid><dc:creator>PM Bubblynet</dc:creator><description>&lt;p&gt;Hi! thanks! any chance we could get some info for a hot fix by our ios developer?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Generic Level model values range is only about 3% on the iOS mesh app</title><link>https://devzone.nordicsemi.com/thread/165539?ContentTypeID=1</link><pubDate>Mon, 14 Jan 2019 15:21:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45d138d5-9a7b-4e0c-8a79-3e087afeffec</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Thank you for the feedback.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll forward this to our developers, and hopefully this will be fixed in an upcoming release.&lt;/p&gt;
&lt;p&gt;Best regards, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>