mirror of
https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
synced 2025-10-30 17:57:46 +00:00
[WIFI-10957] Device statistics now using SSID counters when displaying upstream interfaces
Signed-off-by: Charles <charles.bourque96@gmail.com>
This commit is contained in:
@@ -64,6 +64,18 @@ type DeviceInterfaceStatistics = {
|
||||
};
|
||||
tx_retries: number;
|
||||
}[];
|
||||
counters?: {
|
||||
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;
|
||||
};
|
||||
bssid: string;
|
||||
iface: string;
|
||||
location: string;
|
||||
|
||||
Reference in New Issue
Block a user