diff --git a/iosApp/iosApp/Services/Bluetooth/PolarConnector.swift b/iosApp/iosApp/Services/Bluetooth/PolarConnector.swift index 9689f155..91104fd6 100644 --- a/iosApp/iosApp/Services/Bluetooth/PolarConnector.swift +++ b/iosApp/iosApp/Services/Bluetooth/PolarConnector.swift @@ -273,6 +273,10 @@ extension PolarConnector: PolarBleApiDeviceFeaturesObserver { } extension PolarConnector: PolarBleApiDeviceInfoObserver { + func disInformationReceivedWithKeysAsStrings(_ identifier: String, key: String, value: String) { + print("Disinformation received by \(identifier): \(key); \(value)") + } + func batteryLevelReceived(_ identifier: String, batteryLevel: UInt) { print("Battery level for \(identifier): \(batteryLevel)") }