From 35fdce4cc0a47bb9c07a9365b8474b4cb8862c0d Mon Sep 17 00:00:00 2001 From: blakadder Date: Wed, 8 May 2019 09:46:31 +0200 Subject: [PATCH] Updated Rules (markdown) --- Rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules.md b/Rules.md index b9d5ca23..7d7b5803 100644 --- a/Rules.md +++ b/Rules.md @@ -62,7 +62,7 @@ Tele-[SensorName]#[ValueName] Comparison operators are: |Operator|Function| -|---|---| +|:-:|:--| |`=` | equal to (used for string comparison)| |`==`| equal to (used for numerical comparison)| |`>`| greater than|