@mullz Right, I could reproduce this. I'll report internally and make sure it gets fixed in the next app version!
Group Details Private
FlicTeam
Employees at Shortcut Labs
-
RE: Stuck Matter Bridgeposted in Flic Hub
-
RE: IRTCP v1.0.0 (Hub server for using IR module via HTTP)posted in Flic Hub SDK
@mullz Now I get it. There is another bug in both the code from @oskaremilsson as well as the code from @jitmo. By using the
.onmethod on the IR object, you add a new listener (i.e. append it to the list of listeners). You never remove the listeners, however. That's why all the registered listeners get called on everyrecordCompleteevent. You can for example use the.oncemethod instead. Just remember to also manually remove the listener when you cancel the recording process using for example the.removeAllListenersmethod. -
RE: IRTCP v1.0.0 (Hub server for using IR module via HTTP)posted in Flic Hub SDK
@mullz I couldn't reproduce the issue. Seems to work as intended for me with oskaremilsson's code.
One thing I noticed is that the conversion to string might not always work correctly the way the encoding is done. The string that is to be saved needs to be stored in proper UTF-16 format; now you could theoretically accidentally create invalid surrogate pairs. -
RE: Stuck Matter Bridgeposted in Flic Hub
@sam What do you mean with "I can't remove it"? If you press the item there should be a menu appearing where you can select "Delete".
-
RE: New Flic Twist features for the Hub SDKposted in Flic Hub SDK
@nathan-scofield If you press the item there should be the option to Delete it?
-
RE: Flic Hub LR and Home Assistantposted in Flic Hub
@rickard the hub sdk will now emit duo events. There is no documentation written yet but if you print the events json serialised you will see how it works.
-
RE: Spotify Web Connect on iOS is really unreliableposted in General Discussion
@gamhacked00 said in Spotify Web Connect on iOS is really unreliable:
Reopening the app fixes the problem
Do you mean the flic app or the Spotify app?
We have noticed this as well, but it is simply how the Spotify API works.
-
RE: Flic Duo SDK Supportposted in Flic Hub SDK
@sgemmen The hub firmware with Hub SDK support for Flic Duo is pushed out now (version 4.6.0). The documentation is not yet out but you can see an example event here that includes button number, orientation and gesture:
buttonUp {"bdaddr":"90:88:a9:5b:10:62","wasQueued":false,"buttonNumber":1,"orientation":{"x":-1.530368,"y":0.109312,"z":1.952},"gesture":"right","age":0}