Some working

This commit is contained in:
2024-09-16 16:55:29 +02:00
parent 93d3f1113f
commit c357c533e3
11 changed files with 474 additions and 74 deletions

10
.vscode/launch.json vendored
View File

@@ -20,6 +20,16 @@
"args": [
"reverse"
]
},
{
"name": "Launch Home Automation",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/src/main.go",
"args": [
"serve"
]
}
]
}