mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
feat: added module types to the readers
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user