Files
wlan-ucentral-schema/state/dynamic-vlan.yml
John Crispin 11dff2ae46 add dynamic vlans to state messages
Signed-off-by: John Crispin <john@phrozen.org>
2023-05-16 13:17:01 +02:00

23 lines
475 B
YAML

type: object
description:
This section contains the traffic counters of the logical interface.
properties:
vid:
type: number
rx_bytes:
type: number
description:
The number of bytes received.
rx_packets:
type: number
description:
The number of packets received.
tx_bytes:
type: number
description:
The number of bytes transmitted.
tx_packets:
type: number
description:
The number of packets transmitted.