Any chance you could add seconds to the Vibration Has Stopped and Stayed Inactive? Thanks
I'd also be interested in "Vibration Has Started And Continued", with seconds added.
I use a vibe sensor to tell if my automatic backup generator is running, but without "debouncing" it'll trigger when a squirrel jumps on the enclosure.
I find it hard reconcile your use cases with messing up the UI of a beginner's app. Screen real estate on a mobile device is precious. Flow and simplicity matter. You want more functionality.
You are both experienced users. It seems as though you need an advanced version of Basic Rule.
No problem. I understand. In my case I can certainly use another application. Thanks anyway.
Check out the debounce app in our public repo:
That could be easily modified to debounce an acceleration sensor instead of a contact sensor.
Thanks, Bruce. What I need is a bit different (what I do now is wait 15 seconds and then double-check for vibration still active before I believe it), but your framework will probably work.