Skip to content

Commit

Permalink
[BETA] v0.6b - Ready for testing
Browse files Browse the repository at this point in the history
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
veeceeoh authored Sep 14, 2018
1 parent 0eafaf4 commit 1668614
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Xiaomi Aqara Vibration Sensor
* Model DJT11LM
* Version 0.52b
* Version 0.6b
*
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
Expand Down

0 comments on commit 1668614

Please sign in to comment.