MeshLog
data class MeshLog(val uuid: String, val message_type: String, val received_date: Long, val raw_message: String, val fromNum: Int = 0, val portNum: Int = 0, val fromRadio: ERROR CLASS: Symbol not found for FromRadio = FromRadio())(source)
Represents a log entry in the database.
Logs are used for auditing radio traffic, telemetry history, and debugging.