Search found 4 matches
- 20 Jun 2020 12:09
- Forum: Discussions in English
- Topic: How to use EasyScripting?
- Replies: 6
- Views: 5590
Re: How to use EasyScripting?
That did the trick! Thanks a lot 
- 23 May 2020 16:22
- Forum: Discussions in English
- Topic: How to use EasyScripting?
- Replies: 6
- Views: 5590
Re: How to use EasyScripting?
Thanks for your hints! Currently my script looks like this: var req = {method: "POST", async: true} if (vdev("ZWayVDev_zway_2-0-49-12").value() > 0) { req.url = "http://<hostname>:<port>/api/webhook/rain" } else { req.url = "http://<hostname>:<port>/api/webhook/nor...
- 15 May 2020 14:51
- Forum: Discussions in English
- Topic: How to use EasyScripting?
- Replies: 6
- Views: 5590
Re: How to use EasyScripting?
Thanks for your reply!
What I don't understand is WHEN the Script is being triggered/called?
How can I add a Trigger Condition (e.g. Pseudo Code: If (rainSensor.value() > 0))?
What I don't understand is WHEN the Script is being triggered/called?
How can I add a Trigger Condition (e.g. Pseudo Code: If (rainSensor.value() > 0))?
- 11 May 2020 12:47
- Forum: Discussions in English
- Topic: How to use EasyScripting?
- Replies: 6
- Views: 5590
How to use EasyScripting?
Hi I'm quite new to the Z-Way stuff. I saw the announcement of the EasyScripting App that I'm very interested in to bind two systems. So I would like to use the EasyScripting Module to call a web hook of another system via HTTP POST request. The Javascript code to call the request I got from the exa...