From 2a55381c42265d7eb3a0aa053f30ee22cb272e08 Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Sun, 17 Feb 2019 00:23:27 -0500 Subject: [PATCH] Updated Rules (markdown) --- Rules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rules.md b/Rules.md index 2031e8fc..04ee934f 100644 --- a/Rules.md +++ b/Rules.md @@ -174,7 +174,7 @@ Time#Initialized | once when NTP is initialized and time is in sync Time#Initialized>120 | once when NTP is initialized and time is in sync after 02:00 | 6.1.0 Time#Set | every hour when NTP makes time in sync Time#Minute | every minute -Time#Minute=241 | every day once at 04:01 (= 241 minutes after midnight) | 6.1.0 +Time#Minute==241 | every day once at 04:01 (= 241 minutes after midnight) | 6.1.0 Time#Minute\|5 | every five minutes | 6.1.1.6 Clock#Timer=3 | when global ``Timer3`` is activated Rules#Timer=1 | when countdown ``RuleTimer1`` expires @@ -199,7 +199,7 @@ Example triggers are: - ``Tele-AM2301#Temperature``triggers on the TelePeriod time for the sensor AM2301. - ``Dsb18b20#Temperature<20`` whenever the temperature of sensor DSB18B20 is below 20 degrees -- ``AM2301-12#Humidity=55.5`` whenever the hunidity of sensor AM2301-12 equals 55.5 % +- ``AM2301-12#Humidity=55.5`` whenever the humidity of sensor AM2301-12 equals 55.5 % - ``INA219#Current>0.100`` whenever the current drawn is more than 0.1A - ``Energy#Power>100`` whenever the power used is more than 100W