new: the auto-update plugin now triggers an on_updating event that other plugins can intercept (see led plugin)

This commit is contained in:
Simone Margaritelli
2019-11-08 15:47:12 +01:00
parent 186042aa20
commit bd61196c3c
4 changed files with 8 additions and 2 deletions

View File

@ -25,7 +25,7 @@ class Example(plugins.Plugin):
def on_loaded(self):
logging.warning("WARNING: this plugin should be disabled! options = " % self.options)
# called in manual mode when there's internet connectivity
# called hen there's internet connectivity
def on_internet_available(self, agent):
pass