From cceff2e8dd8c997766181532c6557656cf1a8cd9 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Wed, 5 Jul 2017 19:27:45 -0700 Subject: [PATCH] Add note about order of operations --- data/interfaces/default/notifier_config.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/data/interfaces/default/notifier_config.html b/data/interfaces/default/notifier_config.html index 63a86f03..6fcc2e4d 100644 --- a/data/interfaces/default/notifier_config.html +++ b/data/interfaces/default/notifier_config.html @@ -143,9 +143,12 @@

- Enter the logic to use when evaluating the conditions. - Only the keywords and/or and brackets () are supported. - (e.g. {1} and ({2} or {3})).

+ Enter the logic to use when evaluating the conditions (e.g. {1} and ({2} or {3})). +

+

+ Note: Only the keywords and/or and brackets () are supported. + For order of operations, and is evaluated before or. +