Caswell
‎07-13-2021
New Contributor

Joined: March 2012

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi All. I made a couple of extension attributes for querying the battery levels of Bluetooth Trackpads and Keyboards that may be useful to others.Bluetooth Keyboard: #!/bin/sh kresult=`ioreg -r -c "AppleBluetoothHIDKeyboard" | grep -w BatteryPercent ...