When will the iOS app support Siri in iOS 10? The main reason I got the button (for Siri in the car) is now non-functional. Is there any timeframe at all?
Best posts made by markinnewy
-
RE: iOS App
Latest posts made by markinnewy
-
RE: iOS App
When will the iOS app support Siri in iOS 10? The main reason I got the button (for Siri in the car) is now non-functional. Is there any timeframe at all?
-
RE: Flic for Mac?
Hello,
I have the app installed and working fine with some applescripts. However, for some reason, the app won't run a simple shell script. I have a script (Toggle.sh) that uses the 'lightsd' deamon to toggle my lifx lights. This is the script's contents:
#!/bin/bash
.lightsd --prefix
/share/lightsd/lightsc.sh
lightsc power_toggle ${*:-'"d073d503a71f"'}I've made sure this file is executable. From the terminal, I can type either sh Toggle.sh, or, ./Toggle.sh and it works perfectly. However, when I assign this script to a flic action, and click the button, nothing happens. The logs show "HaxWithFlic: Script return value:" and then nothing further.
Can anyone help?