From 6233cdf1f0ae821fcef8c5dab4ca82d75ce806c8 Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Mon, 26 Sep 2022 09:34:28 -0400 Subject: [PATCH] rules: update documentation for Later rule action --- docs/rules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/rules.md b/docs/rules.md index fb2811dc..98be65e1 100644 --- a/docs/rules.md +++ b/docs/rules.md @@ -216,8 +216,8 @@ For settings that use gestures as an argument the internal name of the gesture i which can be found in the GESTURE2_GESTURES_LABELS structure in lib/logitech_receiver/settings_templates. All settings are supported. -A `Sleep` action executes rule components later. -`Set` actions take an integer delay between 1 and 100 followed by a list of rule components that will be executed later. +A `Later` action executes rule components later. +`Later` actions take an integer delay in seconds between 1 and 100 followed by a zero or more rule components that will be executed later. Processing of the rest of the rule continues immediately. Solaar has several built-in rules, which are run after user-created rules and so can be overridden by user-created rules.