From 171480b7040a92f8b0150ec6733d843bc60d8c26 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:53:07 +0000 Subject: [PATCH] Add leaderboard command documentation to README Co-authored-by: SpudGunMan <12676665+SpudGunMan@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1cc4861..267f0e9 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ git clone https://github.com/spudgunman/meshing-around | `ping`, `ack` | Return data for signal. Example: `ping 15 #DrivingI5` (activates auto-ping every 20 seconds for count 15 via DM only) | βœ… | | `cmd` | Returns the list of commands (the help message) | βœ… | | `history` | Returns the last commands run by user(s) | βœ… | +| `leaderboard` | Shows extreme mesh metrics: lowest battery πŸͺ«, longest uptime πŸ•°οΈ, fastest speed πŸš“, highest altitude πŸš€, coldest/hottest temps πŸ₯ΆπŸ₯΅, worst air quality πŸ’¨, and special packet detections | βœ… | | `lheard` | Returns the last 5 heard nodes with SNR. Can also use `sitrep` | βœ… | | `motd` | Displays the message of the day or sets it. Example: `motd $New Message Of the day` | βœ… | | `sysinfo` | Returns the bot node telemetry info | βœ… |