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 = "complete", aiSummary: String? = null, userLatitude: Double = 0.0, userLongitude: Double = 0.0, totalDwellSeconds: Long = 0)(source)