From f0179654ebd8230b4d31fd7390e8dd7ccdee79c4 Mon Sep 17 00:00:00 2001 From: mister-ben <1676039+mister-ben@users.noreply.github.com> Date: Thu, 26 Mar 2026 04:50:37 +0100 Subject: [PATCH] system_profiler: add wattage report (#21617) --- pages/osx/system_profiler.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/osx/system_profiler.md b/pages/osx/system_profiler.md index 2956656fda..0a510114f9 100644 --- a/pages/osx/system_profiler.md +++ b/pages/osx/system_profiler.md @@ -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}'`