From 22e7bcb6febbfc5287d106885ac770c78facd9c0 Mon Sep 17 00:00:00 2001 From: Andrey1970AppleLife Date: Mon, 5 Jul 2021 11:20:00 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a89e6ae..0a5a24e 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ IOHibernateRTCVariables from the system registry and writes it to NVRAM. - `WhenBatteryIsNotCharging` = 8: Auto hibernation can happen when battery is not charging (if bit is not set - no matter whether it is charging) - `WhenBatteryIsAtWarnLevel` = 16: - Auto hibernation can happen when battery is at warning level (osx and battery kext are responsible for this level) + Auto hibernation can happen when battery is at warning level (macOS and battery kext are responsible for this level) - `WhenBatteryAtCriticalLevel` = 32: - Auto hibernation can happen when battery is at critical level (osx and battery kext are responsible for this level) + Auto hibernation can happen when battery is at critical level (macOS and battery kext are responsible for this level) - `DisableStimulusDarkWakeActivityTickle` = 128: Disable power event kStimulusDarkWakeActivityTickle in kernel, so this event cannot trigger a switching from dark wake to full wake