Skip to main content

unifi_cli/api/
mod.rs

1mod client;
2pub mod types;
3
4pub use client::UnifiClient;
5pub use types::{
6    ApiError, Client, Device, DeviceWithPorts, Event, HealthSubsystem, HostSystem, LegacyClient,
7    LegacyDevice, LegacyResponse, Network, PortEntry, SysInfo, format_bytes, format_mac,
8    format_uptime, normalize_mac,
9};