Skip to content

Instantly share code, notes, and snippets.

@minhoryang
Created December 3, 2015 03:50
Show Gist options
  • Save minhoryang/e7f97fe7461e729feae8 to your computer and use it in GitHub Desktop.
Save minhoryang/e7f97fe7461e729feae8 to your computer and use it in GitHub Desktop.
Get the battery status of Apple Bluetooth Devices
# for Release Friends
ioreg -c BNBMouseDevice | grep BatteryPercent
ioreg -c BNBTrackpadDevice | grep BatteryPercent
ioreg -c AppleBluetoothHIDKeyboard | grep BatteryPercent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment