commit 60d03594ecc53a872508a5a37734381dcfb59381 Author: Tony Stork Date: Sun Mar 3 19:47:14 2024 -0500 Create project diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c9c01a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.backup \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..090af3b --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +NerdHomeInc-NR +============== + +### 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. \ No newline at end of file diff --git a/flows.json b/flows.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/flows.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/flows_cred.json b/flows_cred.json new file mode 100644 index 0000000..7ac054a --- /dev/null +++ b/flows_cred.json @@ -0,0 +1,3 @@ +{ + "$": "c0f69fe36a0360bf7c11a66c20421d089Zw=" +} \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..b97a29c --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "NerdHomeInc-NR", + "description": "A Node-RED Project", + "version": "0.0.1", + "dependencies": {}, + "node-red": { + "settings": { + "flowFile": "flows.json", + "credentialsFile": "flows_cred.json" + } + } +} \ No newline at end of file