DiscoverySessionEntity
constructor(id: Long = 0, timestamp: Long, presetsScanned: String, homePreset: String, totalUniqueNodes: Int = 0, avgChannelUtilization: Double = 0.0, totalMessages: Int = 0, totalSensorPackets: Int = 0, furthestNodeDistance: Double = 0.0, completionStatus: String = DiscoverySessionStatus.COMPLETE, aiSummary: String? = null, userLatitude: Double = 0.0, userLongitude: Double = 0.0, totalDwellSeconds: Long = 0, deviceAddress: String? = null, homeLoraConfig: Config.LoRaConfig? = null, homePrimaryChannel: ChannelSettings? = null)(source)