Basic scheduling works now but execution of services is not available. Lot of stuff done...
This commit is contained in:
parent
1420738299
commit
8808b657c4
54 changed files with 538 additions and 199 deletions
|
|
@ -4,14 +4,12 @@ Copyright (c) 2022 Johannes Findeisen <you@hanez.org>. All Rights Reserved.
|
|||
See LICENSE (MIT)
|
||||
"""
|
||||
from fritzconnection.lib.fritzstatus import FritzStatus
|
||||
from logging import getLogger
|
||||
|
||||
from linspector.core.helpers import log
|
||||
from linspector.core.service import Service
|
||||
|
||||
logger = getLogger('linspector')
|
||||
|
||||
|
||||
def get(configuration, environment):
|
||||
def create(configuration, environment):
|
||||
return FritzboxUplinkService(configuration, environment)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue