mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-06 11:38:58 -04:00
Added plugin version to stats reporting
This patch adds version to the plugin stats collected.
This commit is contained in:
parent
3b7924b13d
commit
004795dbf1
@ -197,6 +197,7 @@ class APRSDStats:
|
||||
"enabled": p.enabled,
|
||||
"rx": p.rx_count,
|
||||
"tx": p.tx_count,
|
||||
"version": p.version,
|
||||
}
|
||||
|
||||
wl = packets.WatchList()
|
||||
|
Loading…
Reference in New Issue
Block a user