maj interface web

This commit is contained in:
2026-04-01 00:58:00 +02:00
parent e7a55b4788
commit 9c33d832b7
8 changed files with 42 additions and 47 deletions

View File

@@ -16,7 +16,7 @@ from thermostat import SystemeThermostat
from etatsystemes import EtatSysteme
from septsegments import afficher_temperature
app = FastAPI(title="Loustiques API - Pi 2")
app = FastAPI(title="L'API des loustiques")
controleur_lumieres = SystemeLumieres()
controleur_thermostat = SystemeThermostat()