Das Display kann geschaltet werden

This commit is contained in:
hubobel 2026-06-06 11:47:54 +02:00
parent 9e1bae1894
commit 953c0a947a
2 changed files with 24 additions and 4 deletions

11
down.py
View file

@ -408,9 +408,6 @@ def get_us24_ram():
return 0
# -------------------------------------------------
# Speedtest aus InfluxDB lesen
# -------------------------------------------------
def get_display_enabled():
try:
@ -421,9 +418,15 @@ def get_display_enabled():
return value.lower() == "true"
except:
except Exception as e:
print(f"Displaysteuerung nicht erreichbar: {e}")
return True
# -------------------------------------------------
# Speedtest aus InfluxDB lesen
# -------------------------------------------------
def get_speedtest():
try: