mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-02 06:36:14 -04:00
Added announce frequency stats
This commit is contained in:
parent
0fd75cb819
commit
136713eec1
3 changed files with 13 additions and 2 deletions
|
@ -1143,6 +1143,8 @@ class Reticulum:
|
|||
ifstats["name"] = str(interface)
|
||||
ifstats["rxb"] = interface.rxb
|
||||
ifstats["txb"] = interface.txb
|
||||
ifstats["incoming_announce_frequency"] = interface.incoming_announce_frequency()
|
||||
ifstats["outgoing_announce_frequency"] = interface.outgoing_announce_frequency()
|
||||
ifstats["status"] = interface.online
|
||||
ifstats["mode"] = interface.mode
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue