mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-13 12:22:01 +10:00
Added a basic neighbours screen for repeaters
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user