aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/netatmo-energy/index.js
diff options
context:
space:
mode:
authorLibravatar Neil Tonge <me@neiltonge.co.uk>2020-03-12 18:13:19 +0000
committerLibravatar GitHub <noreply@github.com>2020-03-12 19:13:19 +0100
commit76dbe652e801bbf85f28b433e228754e30bcddf5 (patch)
treea6561ee315a450ec24d1a07613db8609a3553806 /uncompressed/netatmo-energy/index.js
parentRepackage asana (diff)
downloadferdium-recipes-76dbe652e801bbf85f28b433e228754e30bcddf5.tar.gz
ferdium-recipes-76dbe652e801bbf85f28b433e228754e30bcddf5.tar.zst
ferdium-recipes-76dbe652e801bbf85f28b433e228754e30bcddf5.zip
Add Unraid + Netatmo Energy recipes (#65)
* Add Unraid plugin * Add Netatmo Energy plugin * Update plugins based on requests * Resolve issues
Diffstat (limited to 'uncompressed/netatmo-energy/index.js')
-rw-r--r--uncompressed/netatmo-energy/index.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/uncompressed/netatmo-energy/index.js b/uncompressed/netatmo-energy/index.js
new file mode 100644
index 0000000..0c500c1
--- /dev/null
+++ b/uncompressed/netatmo-energy/index.js
@@ -0,0 +1,6 @@
1"use strict";
2
3// just pass through Franz
4module.exports = function (Franz) {
5 return Franz;
6}; \ No newline at end of file