Add lighting endpoint with Cync integration and state management
This commit is contained in:
1
base.py
1
base.py
@@ -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
|
||||
|
Reference in New Issue
Block a user