Create project
This commit is contained in:
commit
d5a255edb7
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 @@
|
||||
home-automation
|
||||
===============
|
||||
|
||||
### 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.
|
10980
flows.json
Normal file
10980
flows.json
Normal file
File diff suppressed because it is too large
Load Diff
12
flows_cred.json
Normal file
12
flows_cred.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"96ec8023455fb9e5": {},
|
||||
"e8029c895b4db2b7": {
|
||||
"host": "http://home.tdehaeze.xyz:8123",
|
||||
"access_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJiYTJhZDgwNzY2ZTA0ZGZjYmVmOGExNDM1ODg3ODU1MiIsImlhdCI6MTYzOTA4NjA1NiwiZXhwIjoxOTU0NDQ2MDU2fQ.Wfy0aQxW-8CkEZ1X4Kh3O8SsxPnivPR15kPwdvCpR5U"
|
||||
},
|
||||
"7ff25394fcab7b5e": {},
|
||||
"aa5b400bf9512793": {
|
||||
"posLatitude": "45.178422",
|
||||
"posLongitude": "5.710695"
|
||||
}
|
||||
}
|
12
package.json
Normal file
12
package.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "home-automation",
|
||||
"description": "A Node-RED Project",
|
||||
"version": "0.0.1",
|
||||
"dependencies": {},
|
||||
"node-red": {
|
||||
"settings": {
|
||||
"flowFile": "flows.json",
|
||||
"credentialsFile": "flows_cred.json"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user