protocol HomeProviderItem : Decodable, Encodable, Sendable
s9CloudCore16HomeProviderItemP
68R0A
import CloudCore
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol Sendable