Add lighting endpoint with Cync integration and state management

This commit is contained in:
2025-10-02 10:40:11 -04:00
parent a442972571
commit fa3c8e8861
2 changed files with 285 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ routes: dict = {
"meme": importlib.import_module("endpoints.meme").Meme(app, util, constants),
"trip": importlib.import_module("endpoints.rip").RIP(app, util, constants),
"auth": importlib.import_module("endpoints.auth").Auth(app),
"lighting": importlib.import_module("endpoints.lighting").Lighting(app, util, constants),
}
# Misc endpoint depends on radio endpoint instance