Create project
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.backup
|
7
README.md
Normal file
7
README.md
Normal 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
1
flows_homegear.json
Normal file
File diff suppressed because one or more lines are too long
1
flows_homegear_cred.json
Normal file
1
flows_homegear_cred.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{"$":"58a1d024016fafddf82ac3fdf4d5a09a9OUxANflq8E5r+fX44uF0nExgA4dCAN0w+Rll2f5lmNY4MGPOnZ6B7yYt6Wr0hrfxQgH8JAZR0kggxuVl88s97zZ0T+nl4OY/4uiQRBG2f5oDbv8mxyIVBsN02v5d7l/21XffPco4O/n3MAJ/ql7MDQYP/WJdGUL3szRncVItLssEEcS8eY="}
|
12
package.json
Normal file
12
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user