homescreen quick access - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9) +--- Thread: homescreen quick access (/showthread.php?tid=218) |
homescreen quick access - Peter - 15.02.2016 Hello everyone, I have an idea: would it be possible to make a button-like app, or widget that one would have on his homescreen on iphone/ipad/android device that would do one of the CF commands just by taping on it, without opening an actual app? I can think of various scenarios where this would be very helpful, for example a button/app that will run "I am home" scene, or just turn on/off the main light in my bedroom. Thanks for any notes to this topic. RE: homescreen quick access - admin - 15.02.2016 Should be pretty simple with Android since you can install external APK files. You can create a widget for Android home screen which acts like a button and sends commands via HTTP requests. iOS is another story due to Apple policies RE: homescreen quick access - buuuudzik - 15.02.2016 (15.02.2016, 11:57)admin Wrote: Should be pretty simple with Android since you can install external APK files. You can create a widget for Android home screen which acts like a button and sends commands via HTTP requests. Very good idea RE: homescreen quick access - rocfusion - 16.02.2016 In a very simple way this could be done with IOS too using the remote services, http://openrb.com/docs/remote.htm RE: homescreen quick access - Peter - 22.02.2016 (16.02.2016, 18:18)rocfusion Wrote: In a very simple way this could be done with IOS too using the remote services, http://openrb.com/docs/remote.htm yes, but is there a way how to kill/minimize the web browser automatically after it sends such a command? |