-
-
Notifications
You must be signed in to change notification settings - Fork 723
jsr223: Describe parameter of SimpleRule.execute(Map inputs) based on trigger #2582
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).
To edit notification comments on pull requests, go to your Netlify project configuration. |
b9e7248 to
7d65a4d
Compare
1911923 to
347b3fa
Compare
fa7dfdb to
640d804
Compare
|
Please ask these questions first in the forum before creating a PR. |
640d804 to
18092b6
Compare
The above questions are irrelevant for the current change. |
|
If the questions are irrelevant for the change, then please remove them from the description. |
|
I have deleted a comment, but I do not see big value in deleting such comments. |
This clarifies when
SimpleRule.execute(Action module, Map<String, ?> inputs)is called, how the content ofinputsis built, in general and concrete forTriggerBuilder.withTypeUID("timer.DateTimeTrigger" or "core.ItemStateChangeTrigger").build()triggers.As noted at dalgwen/openhab-addons#17 (comment) there is per Automation Add-On documentation, how the inputs from fired triggers are presented, but there is no documentation on the OH-JSR223 page, valid for all JSR 223 add-on.