aboutsummaryrefslogtreecommitdiff
path: root/diller/manual_init.lua
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-10-15 19:24:05 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2015-10-15 19:24:05 +0200
commit81a276ab7840d6f9c64da80fe5d3bad88fb99b83 (patch)
tree23797bb0c53f513e64406acbec521c25081dbdba /diller/manual_init.lua
parent6d04ada06ce29868338face2fbbec8ab72c48dd2 (diff)
downloadesp-playground-81a276ab7840d6f9c64da80fe5d3bad88fb99b83.tar.gz
esp-playground-81a276ab7840d6f9c64da80fe5d3bad88fb99b83.tar.bz2
esp-playground-81a276ab7840d6f9c64da80fe5d3bad88fb99b83.tar.xz
esp-playground-81a276ab7840d6f9c64da80fe5d3bad88fb99b83.zip
wip
Diffstat (limited to 'diller/manual_init.lua')
-rw-r--r--diller/manual_init.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/diller/manual_init.lua b/diller/manual_init.lua
new file mode 100644
index 0000000..f9c77a0
--- /dev/null
+++ b/diller/manual_init.lua
@@ -0,0 +1,9 @@
+node.compile('inter.lua');
+node.compile('mq.lua');
+node.compile('main.lua');
+
+print("network");
+print("wlan");
+print("set-property id=temp-0 value=12.3 type=temperature name=Water");
+require('main').main();
+