added on_loaded function
Signed-off-by: Casey Diemel <diemelcw@gmail.com>
This commit is contained in:
parent
9aca3a3a5b
commit
dfb4bcaf21
@ -9,6 +9,10 @@ import logging
|
|||||||
# Will be set with the options in config.yml config['main']['plugins'][__name__]
|
# Will be set with the options in config.yml config['main']['plugins'][__name__]
|
||||||
OPTIONS = dict()
|
OPTIONS = dict()
|
||||||
|
|
||||||
|
# called when the plugin is loaded
|
||||||
|
def on_loaded():
|
||||||
|
logging.warning("%s plugin loaded" % __name__)
|
||||||
|
|
||||||
# called when AP list is ready, before whitelist filtering has occured
|
# called when AP list is ready, before whitelist filtering has occured
|
||||||
def on_unfiltered_ap_list(agent,aps):
|
def on_unfiltered_ap_list(agent,aps):
|
||||||
logging.info("Unfiltered AP list to follow")
|
logging.info("Unfiltered AP list to follow")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user