Skip to content

Commit

Permalink
Merge pull request tasmota#593 from ortegafernando/development
Browse files Browse the repository at this point in the history
Add Rule Trigger Comparison Operators for strings
  • Loading branch information
blakadder authored Feb 19, 2021
2 parents 10da001 + c3afc66 commit 14f0804
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/Rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ Use `?` as a wildcard for a single trigger level. Rule will trigger on `[Trigger
|`$!`| string is not equal to|
|`$^`| string do not contains|
|`|`| used for [modulo operation](https://en.wikipedia.org/wiki/Modulo_operation) with remainder = 0 (exact division)|
|`$>`| string ends with
|`$<`| string starts with
|`$|`| string contains

#### Examples of Available Triggers

Expand Down

0 comments on commit 14f0804

Please sign in to comment.