mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Traceroute map position snapshots (#4035)
Signed-off-by: Jord <650645+DivineOmega@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
03fd2bf9ba
commit
9833795864
17 changed files with 1195 additions and 44 deletions
|
|
@ -78,7 +78,7 @@ object NodeDetailRoutes {
|
|||
|
||||
@Serializable data class TracerouteLog(val destNum: Int) : Route
|
||||
|
||||
@Serializable data class TracerouteMap(val destNum: Int, val requestId: Int) : Route
|
||||
@Serializable data class TracerouteMap(val destNum: Int, val requestId: Int, val logUuid: String? = null) : Route
|
||||
|
||||
@Serializable data class HostMetricsLog(val destNum: Int) : Route
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue