bluetooth() battery() improved enomeration (windows)

This commit is contained in:
Sebastian Hildebrandt
2026-01-01 08:34:33 +01:00
parent ce634eac6e
commit 6e354b0bef
4 changed files with 11 additions and 2 deletions
+3
View File
@@ -48,6 +48,9 @@ function parseBluetoothType(str) {
if (str.indexOf('sound') >= 0) {
result = 'Audio';
}
if (str.indexOf('microph') >= 0) {
result = 'Microphone';
}
if (str.indexOf('speaker') >= 0) {
result = 'Speaker';
}