This one has been bugging me for a while. You can write some very nice smart apps, but you can’t simply ‘execute’ them. You have to trigger them by saying ‘When event happens… do XYZ’. What I want to be able to do is in my smartphone, click my app and have it execute the code.
The use case for this is I have some lights on a fan that have no attached power switch (other than pull the light chord on the fan) or other physical triggering mechanism. For me to turn on and off these lights (more than one), I have to click each light off. Also these lights are dimmable, so for me to dim each of these lights I have to go into each light and play with the slide til I get the correct brightness. I want to write some code that says ‘Off’, ‘On’, ‘50% Bright’, etc… and make them simple tiles for me to click on my mobile phone.