mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Merge 97efcca224 into 3322257cfd
This commit is contained in:
commit
e78faebde2
20 changed files with 1600 additions and 0 deletions
|
|
@ -92,6 +92,8 @@ sealed interface NodeDetailRoute : Route {
|
|||
@Serializable data class PaxMetrics(val destNum: Int) : NodeDetailRoute
|
||||
|
||||
@Serializable data class NeighborInfoLog(val destNum: Int) : NodeDetailRoute
|
||||
|
||||
@Serializable data class RemoteShell(val destNum: Int) : NodeDetailRoute
|
||||
}
|
||||
|
||||
@Serializable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue