@bulk Yes we have made the submission.

Best posts made by Emil
-
RE: Alexa and FLIC integration.
We are slowly rolling this out in different regions. Stay tuned.
-
RE: Flic for pi3..
@giannis-yt I would guess at the moment the Raspberry Pi Zero Wireless is one of the cheapest options.
-
RE: Status of Apple HomeKit Support
@hello_marley the ball is moving according to plan. Please stay tuned
-
RE: UDP Broadcast address problem
What you should do is to first call
bind
, followed bysetBroadcast(true)
on the socket. Then you can send messages usingsend
.
FYI, the API is made to be compatible with Node.js API https://nodejs.org/api/dgram.html. -
RE: FlicBroadcastReceiver
Have you followed the tutorial? Did you register the correct flags according to this?
-
RE: Internet Request with user name and password
Hi. You need to manually construct the Authorization header. See https://en.m.wikipedia.org/wiki/Basic_access_authentication.
-
RE: Add yarn/npm modules
Our runtime is not 100% compatible with node.js and you can't directly install npm modules. However you could try copy-paste the source code into our IDE and maybe it will work.
-
RE: Flic for pi3..
@aconrad2 Hi. You can use Flic Single just like any other Flic with the Linux SDK.
-
RE: Promises instead of Callbacks?
Hi. Not right now, since we now use Duktape (https://duktape.org) as the javascript engine, which does not support promises and async. Maybe we will change to JerryScript or something in the future if there is a demand for this. We could potentially add some polyfill for promises but in that case I think it's better to get something that supports async.
-
RE: Supporting both Flic 1 and Flic 2 in the same app
Hi!
Yes you need to add the Flic 2 SDK. Please prompt the user which Flic version they have so you can call the right API.
There are currently no plans for making a unified API.
-
RE: Is there any support for this product!
Hi. This forum is meant to be a community forum rather than a support forum. For support you should send an email to support@shortcutlabs.com. For your Samsung phone, you could try reboot it in case Bluetooth has hung or similar.
-
RE: Configuring Flic Hub programmatically
@simonwjorgensen We are actually finalizing the final pieces right now, so very soon
-
RE: Nokia 8 Android 9 update none of the buttons connected
@tony Android's Bluetooth team messed up the update to Android 9. The cached GATT db structure is erased for bonded devices after the update, so the API gives an empty list of GATT services, making it impossible to communicate with the GATT characteristics. The only way to make it work again seems to be to unbond the Bluetooth device from the system and then bond again.
-
RE: IR Blaster with Apple HomeKit
Hi. The intention with the Homekit integration is to be able to trigger Homekit actions using a Flic button. If there is a lot demand for this we might consider this in the future.
-
RE: Entering IR codes rather than recording them
Hi. The only way to play custom commands right now is to use the Hub SDK. Use the method at https://hubsdk.flic.io/static/documentation/#37_play to play a raw signal.
-
RE: How do I make Flic2 a HID Bluetooth keyboard
In our iOS app HID keyboard is used for some actions such as trigger camera, page turner etc.
A more "raw" keyboard feature is in development and will come later.
-
RE: Apple HomeKit failed to create bridge
If there is no pop-up in the flic app when you slide "add to homekit" to on, it means the homekit pairing protocol has been successful, from the flic hub's point of view. If Apple's homekit view in the phone hangs and it, from its point of view therefore fails to pair, the flic hub will then not be registered as paired. Now, according to the Homekit specification, the only allowed way for an accessory to accept a new pairing when already paired, is by factory resetting the accessory. To do that on the flic hub, simply hold the pin hole for exactly a time between 10-15 seconds. If successful, the LED will blink shortly and the device will reboot. You'll have to reconfigure it, but once complete, you can try again to add to homekit.