Added a basic neighbours screen for repeaters

This commit is contained in:
Winston Lowe
2026-01-18 11:17:47 -08:00
parent dba639abdc
commit 04a713bb76
30 changed files with 1075 additions and 13 deletions
+14
View File
@@ -753,6 +753,8 @@
"repeater_telemetrySubtitle": "View telemetry of sensors and system stats",
"repeater_cli": "CLI",
"repeater_cliSubtitle": "Send commands to the repeater",
"repeater_neighbours": "Neighbors",
"repeater_neighboursSubtitle": "View zero hop neighbors.",
"repeater_settings": "Settings",
"repeater_settingsSubtitle": "Configure repeater parameters",
@@ -1055,6 +1057,18 @@
"fahrenheit": {"type": "String"}
}
},
"neighbors_ReceivedData": "Received Neighbours Data",
"neighbors_RequestTimedOut": "Neighbours request timed out.",
"neighbors_errorLoading": "Error loading neighbors: {error}",
"@neighbors_errorLoading": {
"placeholders": {
"error": {"type": "String"}
}
},
"neighbors_repeatersNeighbours": "Repeaters Neighbours",
"neighbors_noData": "No neighbours data available.",
"channelPath_title": "Packet Path",
"channelPath_viewMap": "View map",
"channelPath_otherObservedPaths": "Other Observed Paths",