This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
activate application "SystemUIServer" | |
set deviceName to "Pavels's BeatsX" | |
tell application "System Events" | |
tell process "SystemUIServer" | |
set bluetoothMenu to (menu bar item 1 of menu bar 1 whose description contains "bluetooth") | |
tell bluetoothMenu | |
click | |
set deviceMenuItem to (menu item deviceName of menu 1) |