varroa: strip Wigle integration (deferred, not in base stack)

This commit is contained in:
kayos 2026-03-24 09:37:45 -07:00
parent 84f0ab8d39
commit b17b6c2bbc

View file

@ -214,24 +214,6 @@ data class FrameKmTotal(
@SerializedName("count") val count: Int? = null
)
// ── WiGLE Wardriving ──────────────────────────────────────────────────────────
data class WigleStatus(
val enabled: Boolean = false,
@SerializedName("api_name") val apiName: String = "",
@SerializedName("total_networks") val totalNetworks: Int = 0,
@SerializedName("pending_upload") val pendingUpload: Int = 0,
@SerializedName("last_scan") val lastScan: Long? = null,
@SerializedName("last_upload") val lastUpload: Long? = null
)
data class WigleStats(
@SerializedName("total_networks") val totalNetworks: Int = 0,
@SerializedName("uploaded_networks") val uploadedNetworks: Int = 0,
@SerializedName("pending_upload") val pendingUpload: Int = 0,
@SerializedName("scans_today") val scansToday: Int = 0
)
// ── App state ─────────────────────────────────────────────────────────────────
data class SessionStats(