From 70d011ec7eed7a92acfbff78cec83cb07fc7d23c Mon Sep 17 00:00:00 2001 From: Akira Date: Wed, 24 May 2023 13:48:50 +0900 Subject: [PATCH] =?UTF-8?q?SDK=E3=81=AE=E5=A4=89=E6=9B=B4=E3=81=AB?= =?UTF-8?q?=E8=BF=BD=E5=BE=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/Konashi/Protocol/Peripheral.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }