Open wbt opened 8 years ago
Implemented the vibration feature, with configurable parameters. However I was unable to fully test it because I didn't have access to the recorder event. In order to not break the codebase, I pushed the feature into the vibrateEnhancement branch: https://github.com/boyP/EstimoteAdapterBezirk/commit/3d43fec3b2e4f294c1c84c03cdeab64c09ae7655.
If you test it and it works, feel free to merge that branch with master.
Now the phone vibrates for 5 seconds if a finish recorder event is sent.
I tested this with full integration with the phone entirely out of range of the beacon, and the vibration didn't work. I have a test project that sends the events if you'd like to try that.
Also, we should be sure to keep any new (i.e. post-deadline) commits on the enhancement branch and not merge back into master until the judging is completed.
Modify the smartphone app to vibrate a few times or provide audio alert (configurable & subject to phone volume/vibration settings) when it receives a RecorderEvent with action="finish."