diff --git a/README.md b/README.md index d810e26..3bcae43 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ IOHibernateRTCVariables from the system registry and writes it to NVRAM. - `RemainCapacityBit4` = 512 (2) - `RemainCapacityBit3` = 1024 (4) - `RemainCapacityBit4` = 2048 (8) + Specified minimal capacity will be also used to put macOS into sleep/hibernate state (when the remaining capacity is less than it). 4 bits can be used to specify the battery levels from 1 to 15. Bits 1-4 are 1,2,4,8 in percentage, so for example if you want to have 10 percent level to be the point where the laptop goes into sleep/hibernation, you would add Bits RemainCapacityBit4 and RemainCapacityBit4 which would be 2048+512=2560 (8+2=10 percent) in hbfx-ahbm. Bit EnableAutoHibernation defines a final state (sleep or hibernate).