interface ClientConfig {
    mac: string;
    usergroup_id?: string;
    name?: string;
    note?: string;
    is_guest?: boolean;
    is_wired?: boolean;
    blocked?: boolean;
    use_fixedip?: boolean;
    fixed_ip?: string;
    network_id?: string;
}

Properties

mac: string
usergroup_id?: string
name?: string
note?: string
is_guest?: boolean
is_wired?: boolean
blocked?: boolean
use_fixedip?: boolean
fixed_ip?: string
network_id?: string