Extension Attribute - macOS Apple Silicon Current Battery Level

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 03-11-2021 09:24 AM
Posting this for anyone that wants to get battery level on Apple Silicon Mac and use it for EA
#!/bin/sh
# Used to get battery presentage on a Mac.
# Works on macOS11 and Apple Silicon
battery=$(pmset -g batt | grep -o '[0-9]*%; [a-z]*' | sed 's/%//')
echo "<result>${battery%;*}</result>"
Labels:
- Labels:
-
Scripts
Reply
0 REPLIES 0
