Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Door Window Sensor [BETA] #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Door Window Sensor [BETA] #16

wants to merge 2 commits into from

Conversation

veeceeoh
Copy link
Owner

@veeceeoh veeceeoh commented Nov 1, 2018

Changes

  • Added a state variable to store the current open / close state, to compare to incoming open / close messages and filter out any "false positive" repeat messages

NOTE: If updating a device driver for an already paired sensor, the state variable must be manually initialized by going to the device view in your Hubitat hub's web page, and saving preferences for the sensor.

Changes
* Added a state variable to store the current open / close state, to compare to incoming open / close messages and filter out any "false positive" repeat messages

NOTE: If updating a device driver for an already paired sensor, the state variable must be manually initialized by going to the device view in your Hubitat hub's web page, and saving preferences for the sensor.
Changes
* added new feature: Message Timeout Delay, which allows a user set delay after any open/close event to ignore all open/close messages for a user-adjustable length of time, with a default of 0.5 seconds (500 milliseconds)

NOTE: If updating this device driver for an already paired sensor, the Message Timeout Delay must be manually initialized by going to the device view in your Hubitat hub's web page, and saving preferences for the sensor.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant