feat: added module types to the readers

This commit is contained in:
Serhiy Mytrovtsiy
2023-06-29 17:46:40 +02:00
parent 1a76eb7b97
commit 32bd6ff32c
12 changed files with 53 additions and 34 deletions

View File

@@ -41,7 +41,7 @@ internal class DevicesReader: Reader<[BLEDevice]>, CBCentralManagerDelegate, CBP
static let batteryCharacteristicsUUID = CBUUID(string: "0x2A19")
init() {
super.init()
super.init(.bluetooth)
self.manager = CBCentralManager(delegate: self, queue: nil)
}