system_profiler: add wattage report (#21617)

This commit is contained in:
mister-ben
2026-03-26 04:50:37 +01:00
committed by GitHub
parent bbb7309120
commit f0179654eb
+4
View File
@@ -18,3 +18,7 @@
- Print the system serial number:
`system_profiler SPHardwareDataType|grep "Serial Number (system)" | awk '{ print $4 }'`
- Display the negotiated max wattage of the connected charger and cable:
`system_profiler SPPowerDataType | awk '/Wattage/ {print $3}'`