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:
2025-06-19 11:59:52 +02:00
parent 9bf89f8ddb
commit 0b9f3596bb
120 changed files with 569 additions and 4 deletions

View File

@ -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()