View Single Post
Posts: 986 | Thanked: 1,526 times | Joined on Jul 2010
#100
Originally Posted by AB3S View Post
I don't hear anything like that from mine...


I'm wondering why the led turn off immediately when I release the button, any ideas?
yes, its by design. there are two actions responsible for it, longPressStart, and longPressStop.

if you want it merely to toggle the flashlight:
1) delete the stop action {longPressStop => torchOff}
2) find the action longPressStart => torchOn, and change it "torchOn" to "torchToggle"
__________________
~ teleshoes ~
 

The Following User Says Thank You to wolke For This Useful Post: