bluetooth() battery() improved enomeration (windows)
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user