Skip to content

Commit

Permalink
Introduced new implicit variable named newState (openhab#1029)
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Garnier <[email protected]>
  • Loading branch information
lolodomo authored and Confectrician committed Aug 17, 2019
1 parent e356e5a commit 0b39e86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration/rules-dsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ Besides the implicitly available variables for items and commands/states, rules

- `receivedCommand` - will be implicitly available in every rule that has at least one command event trigger.
- `previousState` - will be implicitly available in every rule that has at least one status change event trigger.
- `newState` - will be implicitly available in every rule that has at least one status update or status change event trigger.
- `triggeringItem` - will be implicitly available in every rule that has at least one command, status update, or status change event trigger.
- `receivedEvent` - will be implicitly available in every rule that has a channel-based trigger.

Expand Down

0 comments on commit 0b39e86

Please sign in to comment.