Add notes about battery sysctls.

This commit is contained in:
Tom Alexander
2023-03-04 10:03:20 -05:00
parent c208c0748d
commit 904b12ad7e

View File

@@ -7,6 +7,9 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# TODO: Which is better, apm or reading sysctls from hw.acpi.battery ? # TODO: Which is better, apm or reading sysctls from hw.acpi.battery ?
# hw.acpi.battery.rate = milliwatts draining from battery
# hw.acpi.battery.time = minutes remaining
SLEEP_INTERVAL=${SLEEP_INTERVAL:-30} SLEEP_INTERVAL=${SLEEP_INTERVAL:-30}
while true; do while true; do