Added mysensors gateway & midroom light

This commit is contained in:
2020-09-29 18:40:10 +03:00
parent 6dafe992fa
commit 90317b25ff
15 changed files with 454 additions and 0 deletions

7
MidRoomNLight/.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
]
}