docs: add 'off_when_shutdown_delay' documentation

Signed-off-by: Lukas Fink <lukas.fink1@gmail.com>
This commit is contained in:
Lukas Fink 2022-01-12 01:42:52 +01:00 committed by Eric Callahan
parent 3cbc2c2ca8
commit 693a34d562
1 changed files with 3 additions and 0 deletions

View File

@ -310,6 +310,9 @@ off_when_shutdown: False
# If set to True the device will be powered off when Klipper enters # If set to True the device will be powered off when Klipper enters
# the "shutdown" state. This option applies to all device types. # the "shutdown" state. This option applies to all device types.
# The default is False. # 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 on_when_upload_queued: False
# If set to True the device will power on if the file manager # 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 # queues an upload while the device is off. This allows for an automated