Bluetooth

如何在linux上查看蘋果airpods和機箱的電池百分比?

  • September 21, 2021

是否有任何命令可以在 Linux 上檢查 AirPods 電池狀態。

我是i3blocks-airpods 的
開發者 只是想知道是否有辦法檢查電池狀態?

您可以從 github https://github.com/delphiki/AirStatus使用此程式碼。

git clone git@github.com:delphiki/AirStatus.git
cd AirStatus
pip3 install bleak
python3 main.py

使用它時,您將看到以下內容:

{"status": 1, "charge": {"left": 90, "right": 90, "case": -1}, "charging": "N/A", "model": "AirPods", "date": "2021-09-21 12:30:30", "raw": "0719010f202b998f000005521019d293ae902e66fbc70XXXXXXXX"}

引用自:https://unix.stackexchange.com/questions/599154