Create project

This commit is contained in:
tdehaeze 2022-06-19 21:00:00 +02:00
commit d5a255edb7
5 changed files with 11012 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 @@
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

File diff suppressed because it is too large Load Diff

12
flows_cred.json Normal file
View 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
View 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"
}
}
}