Commit cf623b

2026-04-22 12:31:15 David Marsh: -/-
mesh/commands/official commands.md ..
@@ 6,3 6,63 @@
| --------- | ---------------------------------------------- | ------------------------------- |
| jail | | |
| tempradio | tempradio <freq>,<bw>,<sf>,<cr>,<timeout_mins> | `tempradio 915.075,125,9,5,120` |
+
+ ```
+ Repeater CLI Commands:
+
+ Info:
+ ver - Firmware version
+ board - Board name
+ clock - Show current time
+
+ Stats:
+ stats-core - Core stats (uptime, battery, queue)
+ stats-radio - Radio stats (RSSI, SNR, noise floor)
+ stats-packets - Packet statistics (sent/recv counts)
+ clear stats - Reset all statistics
+
+ Network:
+ neighbors - Show neighboring repeaters (zero-hop)
+ advert - Send advertisement now
+
+ Logging:
+ log start - Enable packet logging
+ log stop - Disable packet logging
+ log - Dump log file to console
+ log erase - Erase log file
+
+ Configuration (get/set):
+ get name - Node name
+ get radio - Radio params (freq,bw,sf,cr)
+ get tx - TX power (dBm)
+ get repeat - Repeat mode on/off
+ get public.key - Node public key
+ get advert.interval - Advertisement interval (minutes)
+ get owner.info - Owner information
+
+ set name <name> - Set node name
+ set tx <power> - Set TX power (dBm)
+ set repeat on|off - Enable/disable repeating
+ set radio f,bw,sf,cr - Set radio params (reboot to apply)
+ set advert.interval <min> - Set advert interval (60-240 min)
+ set owner.info <i> - Set owner information
+
+ Region management:
+ region - display currently configured regions
+ region save - save current region config to flash
+ region download - download regions config from node to file
+ region (up)load - upload regions config to node from file
+ region home - get/set home region
+ region get - get info (and parent) for a region
+ region put - adds or update a region
+ region remove - remove a region definition
+ region allowf - gives flood permission to a region
+ region denyf - remove flood permission to a region
+ region list - list allowed/denied regions
+
+ System:
+ reboot - Reboot device
+ erase - Erase filesystem (serial only)
+ script <file> - Execute script
+
+ ```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9