dkorunic / iSMC

Apple SMC CLI tool that can decode and display temperature, fans, battery, power, voltage and current information
GNU General Public License v3.0
113 stars 13 forks source link

'BATP' key doesn't align with whether computer runs on battery power #16

Closed DUOLabs333 closed 1 year ago

DUOLabs333 commented 1 year ago

On my M1 Macbook, iSMC reports that the Macbook is not on battery power regardless of whether it's plugged in or not. It seems that BATP doesn't exist on M1 systems.

dkorunic commented 1 year ago

@DUOLabs333 That is correct and it's not an issue, BATP is a SMC key and battery status in M1 is only obtainable through HIDDriverKit and I'm not there yet..