Home automation engine
I would defenitely be
I would defenitely be interested in the nodejs possibilities too
Since 29-12-2016 I am no longer a moderator for this forum
-
- Posts: 6
- Joined: 20 Jul 2013 22:52
Automation tab in Z-WAY UI
Hi, when can we have the Automation tab integrated in Z-Way UI like Z-Cloud for several years ? Is there a roadmap defined ?
Best Regards
Best Regards
1. please search on the forum
1. please search on the forum.
add curl to .syscommands and then do in your code system("curl ....")
2. git checkout develop; git pull
3. no, since most of interesting node.js modules are C-compiled.
add curl to .syscommands and then do in your code system("curl ....")
2. git checkout develop; git pull
3. no, since most of interesting node.js modules are C-compiled.
Yes, we already have this in
Yes, we already have this in mind
Writing net module for this

pass some specific argument
pass some specific argument to bind:
(function (argVal) {....bind(function(arg) { ... }, argVal);})(device);
the argVal is just to pass the refference correctly (ead JS book about this)
(function (argVal) {....bind(function(arg) { ... }, argVal);})(device);
the argVal is just to pass the refference correctly (ead JS book about this)
http request ?
Hello,
Automation with the possibility to send http request and virtual device ?
Automation with the possibility to send http request and virtual device ?
It will be available soon. So
It will be available soon. So far you can use system("curl ...").