feat: add client-side NodeInfo channel routing

This commit is contained in:
andrekir 2024-01-17 19:34:55 -03:00
parent 104e6ef25e
commit 6aa1b70274
3 changed files with 25 additions and 17 deletions

View file

@ -186,7 +186,7 @@ data class NodeInfo(
var lastHeard: Int = 0, // the last time we've seen this node in secs since 1970
@Embedded(prefix = "devMetrics_")
var deviceMetrics: DeviceMetrics? = null,
val channel: Int = 0,
var channel: Int = 0,
@Embedded(prefix = "envMetrics_")
var environmentMetrics: EnvironmentMetrics? = null,
) : Parcelable {