Create project

This commit is contained in:
rxf
2025-12-28 08:43:17 +00:00
commit d635aefb96
5 changed files with 12876 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "smarthome",
"description": "Alle Flows für die Smarthome-Steuerung",
"version": "0.0.1",
"dependencies": {},
"node-red": {
"settings": {
"flowFile": "flows.json",
"credentialsFile": "flows_cred.json"
}
}
}