OnlySwitch
OnlySwitch copied to clipboard
the status of lowpowermode is wrong
Describe the bug
The status of lowpowermode is incorrect because pmset -g does not output lowpowermode, but instead shows powermode. This might be due to changes in newer macOS versions. However, both sudo pmset -a lowpowermode 1 and sudo pmset -a lowpowermode 0 work as expected and affect the powermode value shown in pmset -g. So the issue lies in the incorrect status check, which fails to display properly.
Screenshots
Desktop (please complete the following information):
- OS: MAC
- Version : 14.7.5 (23H527)
Thank you for feedback, I will check it.