mirror of
https://github.com/craigerl/aprsd.git
synced 2025-08-03 14:02:26 -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,
|
"enabled": p.enabled,
|
||||||
"rx": p.rx_count,
|
"rx": p.rx_count,
|
||||||
"tx": p.tx_count,
|
"tx": p.tx_count,
|
||||||
|
"version": p.version,
|
||||||
}
|
}
|
||||||
|
|
||||||
wl = packets.WatchList()
|
wl = packets.WatchList()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user