It appears you've shared a list of files that have been modified or created in various directories within a project structure. Here's how I'd interpret and categorize this information using Gitmoji emojis:
This commit is contained in:
@ -1108,7 +1108,8 @@ def printer_control():
|
||||
tapo_controller = get_tapo_controller()
|
||||
|
||||
# Prüfe ob Steckdose erreichbar ist
|
||||
if not tapo_controller.is_plug_reachable(printer.plug_ip):
|
||||
reachable, current_status = tapo_controller.check_outlet_status(printer.plug_ip, printer_id=int(printer_id))
|
||||
if not reachable:
|
||||
# Steckdose nicht erreichbar = Drucker offline
|
||||
printer.status = 'offline'
|
||||
printer.last_checked = datetime.now()
|
||||
|
Reference in New Issue
Block a user