<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Flic Duo Position Detection (On the Wall vs Handheld)]]></title><description><![CDATA[<p dir="auto">I would like to be able to determine if a Flic Duo is on the wall or handheld in FlicScript.</p>
<p dir="auto">I see there is <code>gesture</code> and <code>orientation</code> (<code>x</code>, <code>y</code>, and <code>z</code> dict) attributes, but I'm not certain exactly what <code>orientation</code> parameters are best to accurately determine if a Flic Duo is currently mounted on the wall.</p>
<p dir="auto">Is it possible to add a definitive <code>position</code> attribute (or something similar <code>gesture</code>) to know if a Flic Duo is currently on the wall? Or, would it be possible to share the exact <code>orientation</code> conditions that y'all use internally when someone configures an action through the app to determine if the Flic Duo is on the wall or handheld?</p>
]]></description><link>https://community.flic.io/topic/18614/flic-duo-position-detection-on-the-wall-vs-handheld</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 22:47:12 GMT</lastBuildDate><atom:link href="https://community.flic.io/topic/18614.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Feb 2026 05:50:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Flic Duo Position Detection (On the Wall vs Handheld) on Sat, 21 Feb 2026 20:16:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.flic.io/uid/57">@Emil</a> Thank you!!!</p>
]]></description><link>https://community.flic.io/post/22132</link><guid isPermaLink="true">https://community.flic.io/post/22132</guid><dc:creator><![CDATA[pico]]></dc:creator><pubDate>Sat, 21 Feb 2026 20:16:34 GMT</pubDate></item><item><title><![CDATA[Reply to Flic Duo Position Detection (On the Wall vs Handheld) on Wed, 18 Feb 2026 12:01:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.flic.io/uid/5282">@pico</a> Currently we use this condition to determine "on wall":</p>
<p dir="auto"><code>x &gt;= -0.19 &amp;&amp; x &lt;= 0.19 &amp;&amp; y &gt;= 0.93 &amp;&amp; y &lt;= 1.25 &amp;&amp; z &gt;= -0.19 &amp;&amp; z &lt;= 0.19</code></p>
]]></description><link>https://community.flic.io/post/22129</link><guid isPermaLink="true">https://community.flic.io/post/22129</guid><dc:creator><![CDATA[Emil]]></dc:creator><pubDate>Wed, 18 Feb 2026 12:01:03 GMT</pubDate></item></channel></rss>