diff --git a/Modules/Bluetooth/main.swift b/Modules/Bluetooth/main.swift index 24141121..6079ab45 100644 --- a/Modules/Bluetooth/main.swift +++ b/Modules/Bluetooth/main.swift @@ -81,7 +81,7 @@ public class Bluetooth: Module { active.forEach { (d: BLEDevice) in if d.state { d.batteryLevel.forEach { (p: KeyValue_t) in - list.append(KeyValue_t(key: p.key, value: "\(p.value)%")) + list.append(KeyValue_t(key: "\(d.address)-\(p.key)", value: "\(p.value)%")) } } }