You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Describe the bug
The status of lowpowermode is incorrect because
pmset -g
does not outputlowpowermode
, but instead showspowermode
. This might be due to changes in newer macOS versions. However, bothsudo pmset -a lowpowermode 1
andsudo pmset -a lowpowermode 0
work as expected and affect thepowermode
value shown inpmset -g
. So the issue lies in the incorrect status check, which fails to display properly.Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: