Skip to content

Commit

Permalink
Merge branch 'main' of github.com:YUKAI/konashi-ios-sdk2 into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0c committed May 24, 2023
2 parents 32a925f + 70d011e commit ce3257b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Konashi/Protocol/Peripheral.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public protocol Peripheral: Hashable, AnyObject, Loggable {
var statePublisher: Published<ConnectionState>.Publisher { get }
var rssiPublisher: Published<NSNumber>.Publisher { get }
var provisioningStatePublisher: Published<ProvisioningState?>.Publisher { get }

var operationErrorPublisher: AnyPublisher<Error, Never> { get }
var state: ConnectionState { get }
var provisioningState: ProvisioningState? { get }
var isOutdated: Bool { get }
Expand Down

0 comments on commit ce3257b

Please sign in to comment.