class SecureOS::WsApi

Defined in:

secure_os/ws_api.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.driver_interface : String #

Instance Method Detail

def basic_auth : NamedTuple(username: String, password: String) #

[View source]
def basic_auth? : NamedTuple(username: String, password: String) | Nil #

[View source]
def connected #

[View source]
def disconnected #

[View source]
def on_load #

[View source]
def on_update #

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

[View source]
def watchlist_add_lp(watchlist : String, license_plate : String, comment : String = "") #

[View source]
def watchlist_remove_lp(watchlist : String, license_plate : String) #

[View source]