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 ...