From 693a34d562001ad1073ace7ad4bf818f616eceb9 Mon Sep 17 00:00:00 2001 From: Lukas Fink Date: Wed, 12 Jan 2022 01:42:52 +0100 Subject: [PATCH] docs: add 'off_when_shutdown_delay' documentation Signed-off-by: Lukas Fink --- docs/configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index ff6c769..df99be0 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -310,6 +310,9 @@ off_when_shutdown: False # If set to True the device will be powered off when Klipper enters # the "shutdown" state. This option applies to all device types. # The default is False. +off_when_shutdown_delay: 0 +# If "off_when_shutdown" is set, this option specifies the amount of time +# (in seconds) to wait before turning the device off. Default is 0 seconds. on_when_upload_queued: False # If set to True the device will power on if the file manager # queues an upload while the device is off. This allows for an automated