class Juniper::MistWebsocket

Defined in:

juniper/mist_websocket.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.driver_interface : String #

Instance Method Detail

def client(client_mac : String) #

[View source]
def client_data : Hash(String, Client) #

[View source]
def clients(map_id : String | Nil = nil) #

[View source]
def connected #

[View source]
def disconnected #

[View source]
def format_mac(address : String) #

[View source]
def format_username(user : String) #

[View source]
def get_request(location : String) #

[View source]
def locate(username : String) #

[View source]
def location_data : Hash(String, Hash(String, Client)) #

[View source]
def mac_address_mappings(username : String, macs : Array(String), domain : String = "") #

[View source]
def macs_assigned_to(username : String) : Array(String) #

[View source]
def maps #

[View source]
def on_load #

[View source]
def on_update #

[View source]
def ownership_of(mac_address : String) #

[View source]
def received(data, task) #

[View source]
def site_list(org_id : String) #

[View source]
def sync_clients #

[View source]
def websocket_headers #

[View source]