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

Timer Manager #233

Closed
wants to merge 2 commits into from
Closed

Timer Manager #233

wants to merge 2 commits into from

Conversation

rkoshak
Copy link

@rkoshak rkoshak commented Sep 3, 2019

A class that manages the case where a user needs to keep track of one Timer per Item. The class supports creation, cancelling, and performing different actions when the Timer expires or when the Timer already exists. I chose a class because I actually have a case in my Rules where I need to keep track of two different timers for the same Items.

Signed-off-by: Rich Koshak rlkoshak@gmail.com

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
@rkoshak
Copy link
Author

rkoshak commented Sep 5, 2019

Question about dependencies. I'm working an implementation of the Generic Presence Detection tutorial which would benefit from using this library. Should Community modules and scripts be self contained or can they depend upon each other (with copious documentation of course)?

@rkoshak
Copy link
Author

rkoshak commented Nov 14, 2019

This PR is ready for review

@rkoshak
Copy link
Author

rkoshak commented Jul 17, 2020

I've basically completely rewritten this so am closing this PR. When reviewing submissions to the helper library becomes a priority I'll resubmit. In the mean time I'll keep in in my own repo where I can continue development.

@rkoshak rkoshak closed this Jul 17, 2020
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