mirror of https://github.com/arendst/Tasmota.git
Updated Expressions in Rules (markdown)
parent
b29c81de93
commit
dc0b432809
|
@ -16,8 +16,8 @@ Expressions can use of the following operators. They are listed by the order of
|
||||||
* `+` and `-` (addition and subtraction)
|
* `+` and `-` (addition and subtraction)
|
||||||
|
|
||||||
**Order of Operations Example**
|
**Order of Operations Example**
|
||||||
* `1\+2\*2` results in 5.0 as the multiplication is done first due to its higher priority
|
* `1+2*2` results in 5.0 as the multiplication is done first due to its higher priority
|
||||||
* `(1\+2)\*2` results in 6.0
|
* `(1+2)*2` results in 6.0
|
||||||
|
|
||||||
In addition to numeric constants, the following symbolic values can be used:
|
In addition to numeric constants, the following symbolic values can be used:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue