Create project

This commit is contained in:
Wolfgang Hottgenroth
2018-11-02 18:34:30 +01:00
commit 2ec68791ec
5 changed files with 22 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.backup

7
README.md Normal file
View File

@ -0,0 +1,7 @@
SmarthomeController
===================
### About
This is your project's README.md file. It helps users understand what your
project does, how to use it and anything else they may need to know.

1
flows_homegear.json Normal file

File diff suppressed because one or more lines are too long

1
flows_homegear_cred.json Normal file
View File

@ -0,0 +1 @@
{"$":"58a1d024016fafddf82ac3fdf4d5a09a9OUxANflq8E5r+fX44uF0nExgA4dCAN0w+Rll2f5lmNY4MGPOnZ6B7yYt6Wr0hrfxQgH8JAZR0kggxuVl88s97zZ0T+nl4OY/4uiQRBG2f5oDbv8mxyIVBsN02v5d7l/21XffPco4O/n3MAJ/ql7MDQYP/WJdGUL3szRncVItLssEEcS8eY="}

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "SmarthomeController",
"description": "A Node-RED Project",
"version": "0.0.1",
"dependencies": {},
"node-red": {
"settings": {
"flowFile": "flows_homegear.json",
"credentialsFile": "flows_homegear_cred.json"
}
}
}