Page 1 of 1
Trigger multiple URL's via "On Action"
Posted: Sunday 30 October 2016 0:39
by Amster
Hello,
Is there any way to trigger multiple url's form the "On action"or the "Off Action"?
i might be posible with an script, but im not familair with writting scripts.
The field i ment is this
I want to control multiple devices, via the action command
Can some please advice.
Kind regards,
Amster
Re: Trigger multiple URL's via "On Action"
Posted: Sunday 30 October 2016 9:22
by stlaha2007
Depends on what you try to workout.
several GPIO switches [hence multiple switches] need to be created. Those can be triggered by a script which switches 1 or more.
However the Scene/Group option allows you to add several switches grouped to gether and be switched by a on/off button.
This way you can trigger them individual or together.
Myself are using script for advanced switching like Philips Hue to dim from 60% to 5% in 30minutes. Which is hard to accomplise in a timeschedule.
Sent from my D6603 using Tapatalk
Re: Trigger multiple URL's via "On Action"
Posted: Sunday 30 October 2016 9:51
by bearded
Could you simply create a blockly event? You could use a number of 'http' blocks underneath a IF 'Switch'=ON, THEN blockly event. It's easy enough to do.

Re: Trigger multiple URL's via "On Action"
Posted: Sunday 30 October 2016 11:32
by Amster
Thank for the reactions, i"ll look into these options