Introduced new implicit variable named newState (#1029)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
pull/1033/head
lolodomo 2019-08-17 09:35:03 +02:00 committed by Jerome Luckenbach
parent e356e5a32c
commit 0b39e869a0
1 changed files with 1 additions and 0 deletions

View File

@ -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.