First smart lights :)

This commit is contained in:
2026-04-16 19:23:59 +02:00
parent 645190c1be
commit 8910749eb8
15 changed files with 1374 additions and 20 deletions

16
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Run Unit Tests",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/apps/ad_toolbox/unittests.py",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}"
}
]
}