WIP / Refactored Switch Software

This commit is contained in:
Meydin87
2023-07-08 13:08:06 +02:00
parent 8141386359
commit 58325fdd88
26 changed files with 3687 additions and 3888 deletions

View File

@@ -0,0 +1,13 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Debug (Attach) - openHAB",
"request": "attach",
"hostName": "localhost",
"port": 5005,
"preLaunchTask": "Build"
}
]
}