-
-
Notifications
You must be signed in to change notification settings - Fork 708
Add JRuby examples in rules_advanced.md #2451
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
base: main
Are you sure you want to change the base?
Conversation
✅ Thanks for your pull request to the openHAB documentation! The result can be previewed at the URL below (this comment and the preview will be updated if you add more commits).Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
19d2da0
to
5129079
Compare
Oops I missed those three remaining comments/change requests. Changes have now been made to address them. |
ping @ccutrer |
logger.info "Motion was detected" | ||
FrontPorchLight.on | ||
|
||
after 30.minutes, id: FrontPorchLight do |timer| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not entirely obvious from the narrative above that if this rule is executed multiple times, because the timer has an id, it will find that timer and reschedule it, rather than starting a new timer that happens to have the same ID.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added additional sentences which could use some further review
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
b634cfa
to
98324ea
Compare
No description provided.