mirror of
https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
synced 2025-11-03 03:37:45 +00:00
[WIFI-10957] Updated statistics to use counters-aggregate if available
Signed-off-by: Charles <charles.bourque96@gmail.com>
This commit is contained in:
@@ -21,6 +21,18 @@ type DeviceInterfaceStatistics = {
|
||||
tx_errors: number;
|
||||
tx_packets: number;
|
||||
};
|
||||
'counters-aggregate'?: {
|
||||
collisions: number;
|
||||
multicast: number;
|
||||
rx_bytes: number;
|
||||
rx_dropped: number;
|
||||
rx_errors: number;
|
||||
rx_packets: number;
|
||||
tx_bytes: number;
|
||||
tx_dropped: number;
|
||||
tx_errors: number;
|
||||
tx_packets: number;
|
||||
};
|
||||
ssids?: {
|
||||
associations?: {
|
||||
ack_signal: number;
|
||||
|
||||
Reference in New Issue
Block a user