Minimal working version publishing dew-points and enthalpies.

This commit is contained in:
2021-11-05 16:59:25 -04:00
parent 31eaa6ade1
commit e858a217fe
7 changed files with 128 additions and 46 deletions

View File

@@ -9,7 +9,6 @@ import NIO
import NIOConcurrencyHelpers
import XCTest
// Can't seem to get tests to work, although we get values when ran from command line.
final class ClientLiveTests: XCTestCase {
static let hostname = ProcessInfo.processInfo.environment["MOSQUITTO_SERVER"] ?? "localhost"
let topics = Topics()