Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Theiding <mark.theiding@gmail.com>
  • Loading branch information
theiding authored Apr 18, 2020
1 parent 6da090f commit 9b2ec71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/jsr223-jython.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ In this case, the `RuleSimple` extension is used to import the `SimpleRule` base
The `RuleSupport` extensions provides the `automationManager` that allows you to register rule instances with openHAB.

The Jython rule class uses the `SimpleRule` subclass to simplify some aspects of the openHAB interface for use with JSR223.
n the constructor, the triggers atribute is set to a list of [triggers](jsr223.html#trigger_types).
In the constructor, the `triggers` atribute is set to a list of [triggers](jsr223.html#trigger_types).
In this example, the trigger is a state update trigger.
The trigger name identifies the trigger and the configuration direction provides trigger-specific options.
For the item update trigger, the configuration provides the item name of the monitored item.
Expand Down

0 comments on commit 9b2ec71

Please sign in to comment.