Interface ISiteSettingsConnectivity

interface ISiteSettingsConnectivity {
    _id: string;
    enabled: boolean;
    key: "connectivity";
    site_id: string;
    uplink_host: string;
    uplink_type: string;
    x_mesh_essid: string;
    x_mesh_psk: string;
}

Hierarchy (view full)

Properties

_id: string
enabled: boolean
key: "connectivity"
site_id: string
uplink_host: string
uplink_type: string
x_mesh_essid: string
x_mesh_psk: string

Generated using TypeDoc