Skip to content

Commit

Permalink
jsr223: correct package name of TriggerBuilder (#2358)
Browse files Browse the repository at this point in the history
Co-authored-by: stefan-hoehn <mail@stefanhoehn.com>
  • Loading branch information
dilyanpalauzov and stefan-hoehn authored Sep 5, 2024
1 parent 4c1d62b commit 31007ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/jsr223.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ scriptExtension.importPreset("RuleSupport")
| ModuleBuilder | `org.openhab.core.automation.ModuleBuilder` |
| Rule | `org.openhab.core.automation.Rule` (use `SimpleRule` for defining rules) |
| Trigger | `org.openhab.core.automation.Trigger` |
| TriggerBuilder | `org.openhab.core.automation.TriggerBuilder` |
| TriggerBuilder | `org.openhab.core.automation.util.TriggerBuilder` |
| automationManager | Instance for managing rules and other openHAB module instances. (e.g., `addRule`) |
| ruleRegistry | `org.openhab.core.automation.Rule` |

Expand Down

0 comments on commit 31007ff

Please sign in to comment.