<?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[New Flic Twist features for the Hub SDK]]></title><description><![CDATA[<p dir="auto">We are today announcing a Beta release of some new features in the Hub SDK that can be used together with Flic Twist.</p>
<p dir="auto">In order to seamlessly continue to work with the rest of your smart home devices that you might have assigned to other triggers on the Flic Twist, we introduce the concept of Virtual Devices. A Virtual Device is handled by the Flic Hub firmware just like any other supported real device, but its functionality is implemented by the user in the Hub SDK, typically by writing some kind of bridge software that sends commands and receives update events over the LAN to/from the real device. If for example the brightness of a (real) light is changed by some external means, it is possible to tell the Flic Hub firmware from javascript about the new brightness level, which the hub then forwards to the Flic Twist, so that the LED status can update accordingly. That way when you twist it, it will start from the correct position.</p>
<p dir="auto">We are also adding a "message" action that can be used to send arbitrary strings to your scripts whenever the action is triggered. The intended use case is to be able to trigger custom code also for Push/Double Push in the Selector feature or perform some action when a specific point is reached in Advanced Dimming or Scene Blender.</p>
<p dir="auto">The virtual devices can be created in the Flic App and be set to be controlled by a Flic Twist as follows:</p>
<p dir="auto"><img src="/assets/uploads/files/1741176735570-img_9799.png" alt="IMG_9799.png" class=" img-responsive img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1741176759263-img_9797.png" alt="IMG_9797.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">Using this piece of code, updates are received in your javascript code after configuring a virtual device to be triggered in the Flic App for a specific Flic Twist:</p>
<pre><code class="language-javascript">const flicapp = require("flicapp");

flicapp.on("virtualDeviceUpdate", (metaData, values) =&gt; {
    // The values object can contain hue, saturation, brightness, colorTemperature, volume, position (for blinds)
    console.log(`Twist ${metaData.buttonId} updated virtual device ${metaData.virtualDeviceId} of type ${metaData.dimmableType} with these values: ${JSON.stringify(values)}`);
});
</code></pre>
<p dir="auto">When a device is modified externally, we use this function to inform the system of the change:</p>
<pre><code class="language-javascript">flicapp.virtualDeviceUpdateState(dimmableType, virtualDeviceId, values);
</code></pre>
<p dir="auto">The <code>dimmableType</code> can be either "Light", "Speaker" or "Blind". The <code>values</code> is an object containing at least one of the fields mentioned above that is appropriate for the corresponding <code>dimmableType</code>. For example:</p>
<pre><code class="language-javascript">flicapp.virtualDeviceUpdateState("Light", "my_ceiling_light", {hue: 0.6, saturation: 0.7, brightness: 0.8});
</code></pre>
<p dir="auto">The values themselves are always floating point numbers between 0 and 1.</p>
<p dir="auto">Configure an action message to be triggered by assigning the following action in the Flic app:</p>
<p dir="auto"><img src="/assets/uploads/files/1741176779874-img_9798.png" alt="IMG_9798.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">The action messages are easy to receive, just register a listener as follows:</p>
<pre><code class="language-javascript">flicapp.on("actionMessage", message =&gt; console.log(`Got a message: ${message}`));
</code></pre>
<p dir="auto">We'd love to hear your feedback!</p>
]]></description><link>https://community.flic.io/topic/18536/new-flic-twist-features-for-the-hub-sdk</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 11:39:32 GMT</lastBuildDate><atom:link href="https://community.flic.io/topic/18536.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 05 Mar 2025 12:06:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Thu, 08 Jan 2026 19:38:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.flic.io/uid/57">@Emil</a> when I am on this screen</p>
<p dir="auto"><img src="/assets/uploads/files/1767900929257-e477bf23-7e8a-4be4-99ef-573de5cfffef-image.png" alt="e477bf23-7e8a-4be4-99ef-573de5cfffef-image.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">When I tap on the virtual devices on iOS, nothing happens, there are no options, I can't delete them. I can add more however.</p>
<p dir="auto">I have tried tap and hold, I have swiped in all directions, quick taps. Not sure how to remove any of these and they seem to persist even after deleting the app and reinstalling. I'm sure they're stored on the hub itself. Would resetting the hub clear them? is there a way through the app to remove Virtual Devices I've previously added?</p>
]]></description><link>https://community.flic.io/post/22098</link><guid isPermaLink="true">https://community.flic.io/post/22098</guid><dc:creator><![CDATA[nathan.scofield]]></dc:creator><pubDate>Thu, 08 Jan 2026 19:38:07 GMT</pubDate></item><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Wed, 07 Jan 2026 10:54:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.flic.io/uid/5404">@nathan-scofield</a> If you press the item there should be the option to Delete it?</p>
]]></description><link>https://community.flic.io/post/22094</link><guid isPermaLink="true">https://community.flic.io/post/22094</guid><dc:creator><![CDATA[Emil]]></dc:creator><pubDate>Wed, 07 Jan 2026 10:54:39 GMT</pubDate></item><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Tue, 06 Jan 2026 22:20:07 GMT]]></title><description><![CDATA[<p dir="auto">Hello, I've created some virtual devices and successfully used the functionality for custom twist actions running through the SDK. But I can't find any way to delete the virtual devices I've previously created under the Add Devices&gt;Flic Hub Studio menu. If I click the 3 dots I can add more but is there any way to remove them or will the list just continue to grow larger?</p>
]]></description><link>https://community.flic.io/post/22093</link><guid isPermaLink="true">https://community.flic.io/post/22093</guid><dc:creator><![CDATA[nathan.scofield]]></dc:creator><pubDate>Tue, 06 Jan 2026 22:20:07 GMT</pubDate></item><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Wed, 01 Oct 2025 06:52:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.flic.io/uid/57">@Emil</a> Apologies for disappearing for a bit. I was clicking the red trash-can icon as you suggested, however this didn't appear to change firmware upgrade behavior.</p>
<p dir="auto"><s>Since it seems like whatever issue is occurring might be device-specific, I'll move this to a support ticket to reduce spam for others following this thread.</s></p>
<p dir="auto">edit: Factory-resetting the Hub seems to have fixed it? I had some trouble getting the factory-default password to apply when connecting from a new phone - a couple of resets were needed, but deleting the hub from DM after resetting and immediately triggering a firmware update seems to have gotten my Hub onto 4.4.6.</p>
]]></description><link>https://community.flic.io/post/22004</link><guid isPermaLink="true">https://community.flic.io/post/22004</guid><dc:creator><![CDATA[hmmwhatsthisdo]]></dc:creator><pubDate>Wed, 01 Oct 2025 06:52:51 GMT</pubDate></item><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Mon, 18 Aug 2025 14:49:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.flic.io/uid/5343">@hmmwhatsthisdo</a> Could you elaborate what you did when you unregistered the hub from device manager? There should be a red trash can icon which will delete the hub. Make sure you are not just removing it from a group or similar but remove it completely.</p>
]]></description><link>https://community.flic.io/post/21957</link><guid isPermaLink="true">https://community.flic.io/post/21957</guid><dc:creator><![CDATA[Emil]]></dc:creator><pubDate>Mon, 18 Aug 2025 14:49:55 GMT</pubDate></item><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Mon, 18 Aug 2025 12:15:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.flic.io/uid/57">@Emil</a> Even after unregistering the Hub from Device Manager, triggering an update from 4.3.9 (from DM) reinstalls version 4.2.14. Trying to update the firmware again yields the same "Firmware already latest version" message.</p>
]]></description><link>https://community.flic.io/post/21956</link><guid isPermaLink="true">https://community.flic.io/post/21956</guid><dc:creator><![CDATA[hmmwhatsthisdo]]></dc:creator><pubDate>Mon, 18 Aug 2025 12:15:40 GMT</pubDate></item><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Mon, 18 Aug 2025 12:10:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.flic.io/uid/57">@Emil</a> Sure, I can try unregistering the hub from Device Manager again and see if that changes things.</p>
<p dir="auto">However, as I was mentioning earlier, I don't recall using Device Manager before this evening: My DM2 account was set up this evening, these are consumer (not corporate) devices, and I don't have anything in my email suggesting I had interacted with an earlier version of Device Manager in the past.</p>
<p dir="auto">It seems odd that the Hub was stuck on firmware version 4.2.14 even before registering with Device Manager.</p>
]]></description><link>https://community.flic.io/post/21955</link><guid isPermaLink="true">https://community.flic.io/post/21955</guid><dc:creator><![CDATA[hmmwhatsthisdo]]></dc:creator><pubDate>Mon, 18 Aug 2025 12:10:04 GMT</pubDate></item><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Mon, 18 Aug 2025 12:02:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.flic.io/uid/5343">@hmmwhatsthisdo</a> Sorry, I was maybe too fast typing my reply or not clear enough. The hubs on the Device Manager path have slightly different firmware builds compared to firmwares for non-device manager. Therefore, the "latest stable" on Device Manager does not necessarily correspond to the same latest stable version for the normal consumer firmware as we require different testing for Device Manager hubs vs consumer hubs. The Device Manager firmwares might also lag a bit in regards to functionality compared to the consumer version.</p>
<p dir="auto">That said, I now see that the Twist features have yet not reached the firmware used for Device Manager hubs. I will escalate this issue and try to get it resolved ASAP. In the meantime I suggest that you deactivate Device Manager for this hub if you want to try out the feature.</p>
]]></description><link>https://community.flic.io/post/21954</link><guid isPermaLink="true">https://community.flic.io/post/21954</guid><dc:creator><![CDATA[Emil]]></dc:creator><pubDate>Mon, 18 Aug 2025 12:02:04 GMT</pubDate></item><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Mon, 18 Aug 2025 11:53:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.flic.io/uid/57">@Emil</a> Picking 4.3.9 has at least gotten it to update that far. Setting the firmware config back to "latest stable" afterwards and triggering an upgrade in-app caused it to downgrade to 4.2.14 again, which was certainly unexpected.</p>
]]></description><link>https://community.flic.io/post/21953</link><guid isPermaLink="true">https://community.flic.io/post/21953</guid><dc:creator><![CDATA[hmmwhatsthisdo]]></dc:creator><pubDate>Mon, 18 Aug 2025 11:53:32 GMT</pubDate></item><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Mon, 18 Aug 2025 11:43:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.flic.io/uid/57">@Emil</a> Reregistering the hub with Device Manager shows it is indeed configured for "latest stable":<br />
<img src="/assets/uploads/files/1755517244996-feb1ee18-eb12-4d49-9758-c61591cf4203-image.png" alt="feb1ee18-eb12-4d49-9758-c61591cf4203-image.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">Triggering a firmware update via the app while the Hub is in this state yields the same behavior ("Firmware already latest version")</p>
<p dir="auto">Deleting and re-adding the Settings component (with the same config) has the same effect. I'd manually set it to 4.4.2, but the latest available in Device Manager is 4.3.9:<br />
<img src="/assets/uploads/files/1755517386004-55fd1d26-117b-42f0-a982-c1e2e15b5ff8-image.png" alt="55fd1d26-117b-42f0-a982-c1e2e15b5ff8-image.png" class=" img-responsive img-markdown" /></p>
]]></description><link>https://community.flic.io/post/21952</link><guid isPermaLink="true">https://community.flic.io/post/21952</guid><dc:creator><![CDATA[hmmwhatsthisdo]]></dc:creator><pubDate>Mon, 18 Aug 2025 11:43:09 GMT</pubDate></item><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Mon, 18 Aug 2025 11:37:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.flic.io/uid/57">@Emil</a> Yeah, I had tried setting up Device Manager this evening to figure out options for managing modules via GitHub Actions. The firmware not updating past 4.2.14 has been occurring for longer than that. (I recall looking at the firmware update config options in DM and it did show "latest" though)</p>
<p dir="auto">Let me re-register the device (interacting with the Hub via Device Manager caused my Twist to unpair, it seemed) and see if I can get it to a newer version.</p>
]]></description><link>https://community.flic.io/post/21951</link><guid isPermaLink="true">https://community.flic.io/post/21951</guid><dc:creator><![CDATA[hmmwhatsthisdo]]></dc:creator><pubDate>Mon, 18 Aug 2025 11:37:18 GMT</pubDate></item><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Mon, 18 Aug 2025 11:26:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.flic.io/uid/5343">@hmmwhatsthisdo</a> I see. That hub is registered with the Device Manager. With the Device Manager activated, you select yourself which firmware version you want it to have in the Device Manager portal. Try to select the latest version instead and then trigger a firmware update.</p>
]]></description><link>https://community.flic.io/post/21950</link><guid isPermaLink="true">https://community.flic.io/post/21950</guid><dc:creator><![CDATA[Emil]]></dc:creator><pubDate>Mon, 18 Aug 2025 11:26:34 GMT</pubDate></item><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Mon, 18 Aug 2025 10:57:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.flic.io/uid/57">@Emil</a> So, that's the weird thing. I hit the "Check for new firmware" button in-app, then the app <em>suggests</em> a new firmware version is available:<br />
<img src="/assets/uploads/files/1755512959046-97cae519-b27c-455b-95b0-786801b6fb64-screenshot_20250818-032828_flic.png" alt="97cae519-b27c-455b-95b0-786801b6fb64-Screenshot_20250818-032828_Flic.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">When I hit the "Install Firmware" button, the app switches to a "Downloading" screen. Packet captures from the network my Flic Hub is on show it's opening an HTTPS connection to <a href="http://api.flic.io" rel="nofollow ugc">api.flic.io</a> when this happens. A very small (&lt;2 KiB encrypted) amount of data is exchanged, then the devices gracefully close the connection. The app then shows "Done" with "Firmware already latest version".</p>
<p dir="auto">Is there a way to manually update firmware? The Hub's serial number is HBACG46-44223 if you'd like to check logs.</p>
]]></description><link>https://community.flic.io/post/21949</link><guid isPermaLink="true">https://community.flic.io/post/21949</guid><dc:creator><![CDATA[hmmwhatsthisdo]]></dc:creator><pubDate>Mon, 18 Aug 2025 10:57:26 GMT</pubDate></item><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Mon, 18 Aug 2025 09:57:09 GMT]]></title><description><![CDATA[<p dir="auto">@hmmwhatsthisdo-flic Can you please try to update the firmware to the latest version (should be 4.4.2)?</p>
]]></description><link>https://community.flic.io/post/21948</link><guid isPermaLink="true">https://community.flic.io/post/21948</guid><dc:creator><![CDATA[Emil]]></dc:creator><pubDate>Mon, 18 Aug 2025 09:57:09 GMT</pubDate></item><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Mon, 18 Aug 2025 09:45:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.flic.io/uid/57">@Emil</a> Can you describe how to enable this feature now that it's available on Android?</p>
<p dir="auto">I have version 3.13.1 of the Flic Android app, with Hub LR firmware version 4.2.14. When I open my Hub in the Flic app, then pick "Providers" from the ellipsis menu in the upper right, I don't see any Flic Hub Studio provider listed.</p>
]]></description><link>https://community.flic.io/post/21947</link><guid isPermaLink="true">https://community.flic.io/post/21947</guid><dc:creator><![CDATA[hmmwhatsthisdo]]></dc:creator><pubDate>Mon, 18 Aug 2025 09:45:01 GMT</pubDate></item><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Fri, 25 Jul 2025 20:17:26 GMT]]></title><description><![CDATA[<p dir="auto">Nice! It took me some time to get going with it, but I managed to create a script to control my Yamaha receiver volume &amp; playback status using the Flic Twist and the Hub Studio.</p>
<p dir="auto">Github: <a href="https://github.com/loosrob/Flic-Studio-Yamaha-control" rel="nofollow ugc">https://github.com/loosrob/Flic-Studio-Yamaha-control</a></p>
]]></description><link>https://community.flic.io/post/21935</link><guid isPermaLink="true">https://community.flic.io/post/21935</guid><dc:creator><![CDATA[rob.loosx]]></dc:creator><pubDate>Fri, 25 Jul 2025 20:17:26 GMT</pubDate></item><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Fri, 18 Jul 2025 22:21:39 GMT]]></title><description><![CDATA[<p dir="auto">Really excellent to finally (!) have this released.</p>
<p dir="auto">It's working well for me.</p>
<p dir="auto">Thank you!</p>
]]></description><link>https://community.flic.io/post/21928</link><guid isPermaLink="true">https://community.flic.io/post/21928</guid><dc:creator><![CDATA[nick-flic]]></dc:creator><pubDate>Fri, 18 Jul 2025 22:21:39 GMT</pubDate></item><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Mon, 09 Jun 2025 21:22:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.flic.io/uid/4917">@mosthated</a> The Android app with this functionality has now been released!</p>
]]></description><link>https://community.flic.io/post/21907</link><guid isPermaLink="true">https://community.flic.io/post/21907</guid><dc:creator><![CDATA[Emil]]></dc:creator><pubDate>Mon, 09 Jun 2025 21:22:23 GMT</pubDate></item><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Sun, 30 Mar 2025 18:58:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.flic.io/uid/57">@Emil</a></p>
<p dir="auto">I am debating on if it is even worth asking if there is an expected ETA on the Android release..</p>
]]></description><link>https://community.flic.io/post/21855</link><guid isPermaLink="true">https://community.flic.io/post/21855</guid><dc:creator><![CDATA[mosthated]]></dc:creator><pubDate>Sun, 30 Mar 2025 18:58:41 GMT</pubDate></item><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Fri, 21 Mar 2025 16:37:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.flic.io/uid/4917">@mosthated</a> Sorry forgot to mention that only the iOS app shows this provider right now. It will come later to Android.</p>
]]></description><link>https://community.flic.io/post/21834</link><guid isPermaLink="true">https://community.flic.io/post/21834</guid><dc:creator><![CDATA[Emil]]></dc:creator><pubDate>Fri, 21 Mar 2025 16:37:50 GMT</pubDate></item><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Fri, 21 Mar 2025 16:21:58 GMT]]></title><description><![CDATA[<p dir="auto">How do I enable these features? I do not see anything related to virtual devices in the flic app, and it looks like the most recent update available is 3.12.3 from 02/11/2025. I don't see any options or settings, either in the play store, or in the app to enable any sort of beta access.</p>
<p dir="auto">My hub itself is showing v4.4.0. I don't see anything 'Studio' related showing up in providers, or in any settings.</p>
]]></description><link>https://community.flic.io/post/21833</link><guid isPermaLink="true">https://community.flic.io/post/21833</guid><dc:creator><![CDATA[mosthated]]></dc:creator><pubDate>Fri, 21 Mar 2025 16:21:58 GMT</pubDate></item><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Thu, 20 Mar 2025 21:54:38 GMT]]></title><description><![CDATA[<p dir="auto">Here's a quick and dirty script I created to test volume control. Might be errors (even dragons) here, use at own risk. Maybe it's useful for someone sometime…I don't know.</p>
<pre><code class="language-javascript">
const buttonManager = require("buttons");
const flicapp = require('flicapp');
const net = require("net");
const http = require("http");
const client = 'INSERT IP ADRESS HERE'
const port = 4710;

let client = new net.Socket();
var muteCommand = Buffer.from('set /devices/0/outputs/20/Mute/value/true \0', 'utf-8');
var volumeCommand = Buffer.from('set /devices/0/outputs/20/CRMonitorLevelTapered/value/ ');

flicapp.on("actionMessage", function(message) {
		if(message == 'mute') {
			sendToSocket(muteCommand);
		} 
		// handle more (else) cases here 
});

function sendToSocket(msg) {
		client.connect(port, client, function() =&gt; {
                client.write(msg);
		})
};

flicapp.on("virtualDeviceUpdate", function(metaData, values) {
	let virtualID = metaData.virtualDeviceId;
        if(values.volume &amp;&amp; values.volume != "") {
	     sendToSocket(volumeCommand + values.volume + ' \0');
        }
	// console.log(metaData.virtualDeviceId);
	// console.log(values.volume);
});

</code></pre>
]]></description><link>https://community.flic.io/post/21831</link><guid isPermaLink="true">https://community.flic.io/post/21831</guid><dc:creator><![CDATA[andreas.lorentsen]]></dc:creator><pubDate>Thu, 20 Mar 2025 21:54:38 GMT</pubDate></item><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Thu, 20 Mar 2025 22:00:59 GMT]]></title><description><![CDATA[<p dir="auto">Nice. I already got it up and running with a couple of custom volume controls. I use it in my home studio (remote controlling input/output volume on Universal Audio gear, controlling playback and recording when tracking vocals and drums etc), and one for my home surround system as well.</p>
<p dir="auto">Although…</p>
<p dir="auto"><strong>Can you PLEASE update the existing Spotify Connect "provider"/service to also include the volume (up, down, mute) endpoints as well as the existing ones?</strong></p>
<p dir="auto">It would require next to no time and effort for you to configure, but it would probably make a world of difference for a lot of the "average" end users of your products.</p>
<p dir="auto">Think about it…the access token/authentication mechanisms are already there, the Spotify volume endpoints have been up and ready to serve since long before the dinosaurs, and it wouldn't require anything out of the ordinary to add it to your already working Spotify service provider.</p>
<p dir="auto">Don't get me wrong. The Hub SDK is really great now with the latest updates. I enjoy and love that level of  flexibility and all the customization goodies, but it's c<em>learly not for everyone</em> - as the learning curve can be somewhat steep and in my opinion it's a total overkill if you have no prior programming skills or interest, but still want to make use of your Flic hub, Twist, Flic 2 button, Duo or whatever. Yay or nay? Oh and btw, great work. I don't just say that <img src="https://community.flic.io/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f606.png?v=qo8gs0ne6uk" class="not-responsive emoji emoji-emoji-one emoji--grinning_squinting_face" title=":grinning_squinting_face:" alt="😆" /></p>
<p dir="auto">(And please fix the Flic 2 Universal MIDI functionality, as it's useless at this point).</p>
<p dir="auto"><img src="https://community.flic.io/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f64f-1f3fc.png?v=qo8gs0ne6uk" class="not-responsive emoji emoji-emoji-one emoji--folded_hands_medium-light_skin_tone" title=":folded_hands_medium-light_skin_tone:" alt="🙏🏼" /><img src="https://community.flic.io/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f3a0.png?v=qo8gs0ne6uk" class="not-responsive emoji emoji-emoji-one emoji--carousel_horse" title=":carousel_horse:" alt="🎠" />🤍</p>
<p dir="auto">Andreas</p>
]]></description><link>https://community.flic.io/post/21830</link><guid isPermaLink="true">https://community.flic.io/post/21830</guid><dc:creator><![CDATA[andreas.lorentsen]]></dc:creator><pubDate>Thu, 20 Mar 2025 22:00:59 GMT</pubDate></item><item><title><![CDATA[Reply to New Flic Twist features for the Hub SDK on Mon, 10 Mar 2025 09:44:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.flic.io/uid/5018">@sgemmen</a> Thanks! Fixed.</p>
]]></description><link>https://community.flic.io/post/21791</link><guid isPermaLink="true">https://community.flic.io/post/21791</guid><dc:creator><![CDATA[Emil]]></dc:creator><pubDate>Mon, 10 Mar 2025 09:44:18 GMT</pubDate></item></channel></rss>