diff --git a/Sources/Konashi/Protocol/Peripheral.swift b/Sources/Konashi/Protocol/Peripheral.swift index 58fb218..fcab737 100644 --- a/Sources/Konashi/Protocol/Peripheral.swift +++ b/Sources/Konashi/Protocol/Peripheral.swift @@ -32,7 +32,7 @@ public protocol Peripheral: Hashable, AnyObject, Loggable { var statePublisher: Published.Publisher { get } var rssiPublisher: Published.Publisher { get } var provisioningStatePublisher: Published.Publisher { get } - + var operationErrorPublisher: AnyPublisher { get } var state: ConnectionState { get } var provisioningState: ProvisioningState? { get } var isOutdated: Bool { get }