diff --git a/Rules.md b/Rules.md
index 87ae2032..a9393722 100644
--- a/Rules.md
+++ b/Rules.md
@@ -76,9 +76,9 @@ Mqtt#Disconnected|when MQTT is disconnected
Power1#Boot|`Relay1` state before Wi-Fi and MQTT are connected and before Time sync but after `PowerOnState` is executed. Power#Boot triggers before System#Boot.
This trigger's value will be the last state of `Relay1` if [`PowerOnState`](Commands#poweronstate) is set to its default value (`3`).
Power1#State|when a power output is changed
use `Power1#state=0` and `Power1#state=1` for comparison, not =off or =on
Power2 for Relay2, etc.
Rules#Timer=1|when countdown `RuleTimer1` expires
-Switch1#Boot|occurs after Tasmota starts
+Switch1#Boot|occurs after Tasmota starts before it is initializated.
Switch1#State|when a switch changes state:
`0` = OFF
`1` = ON
`2` = TOGGLE
`3` = HOLD
(`SwitchTopic 0` must be set for this to trigger)
-System#Boot|occurs once after MQTT is initialized. Due to the command execution order it cannot occur earlier than that.
+System#Boot|occurs once after TASMOTA is initializated after it starts.
System#Save|executed just before a planned restart
Time#Initialized|once when NTP is initialized and time is in sync
Time#Initialized>120|once, 120 seconds after NTP is initialized and time is in sync