public struct TemperatureSensor: Equatable { public var topic: String public init(topic: String) { self.topic = topic } }