Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes • Added preference setting to set the sensor's accelerometer sensitivity level (untested) which will also display an event, live logging entry, and update a new mobile app tile displaying the current sensitivity level. Note that the sensitivity level will be unknown and displayed as blank until it is set in the preference settings for the first time. I plan to see if there's a way to read in the sensitivity level when pairing the device so that it is known and displays from the start. • Fixed the handling of tilt event messages, which should be correctly recognized now • Fixed the handling of tilt angle change value reports, and there is a new function `parseTiltAngle()` which could be expanded to link to a SmartThings capability to notify the user or take actions when the change in tilt is greater than a user-set threshold • Other minor code clean up
- Loading branch information