Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lvs1974 authored Oct 3, 2021
1 parent 640b291 commit ed5ad67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit ed5ad67

Please sign in to comment.