From 428afe1f18cda13075c2aad83e271b9420237079 Mon Sep 17 00:00:00 2001 From: desertwitch <24509509+desertwitch@users.noreply.github.com> Date: Sat, 14 Sep 2024 19:30:34 +0200 Subject: [PATCH] docs/man/usbhid-ups.txt: add missing lowbatt argument Signed-off-by: desertwitch <24509509+desertwitch@users.noreply.github.com> --- docs/man/usbhid-ups.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/man/usbhid-ups.txt b/docs/man/usbhid-ups.txt index 12f9703218..d1de37b5b3 100644 --- a/docs/man/usbhid-ups.txt +++ b/docs/man/usbhid-ups.txt @@ -76,6 +76,14 @@ expression. NOTE: When using this option, it is mandatory to also specify the *vendorid* and *productid* matching parameters. +*lowbatt*='num':: +Set the percentage at which the UPS will consider the battery charge as +critically low, possibly resulting in a forced shutdown (FSD) situation. ++ +This value is typically dictated by the UPS device, although there is a +fallback default value of 30 (in percent). Overriding this value can be +helpful when the UPS sets this value to a lower percentage than intended. + *offdelay*='num':: Set the timer before the UPS is turned off after the kill power command is sent (via the *-k* switch).