varroa: strip Wigle integration (deferred, not in base stack)
This commit is contained in:
parent
84f0ab8d39
commit
b17b6c2bbc
1 changed files with 0 additions and 18 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue