RWensveen / com.broadlink

Add support for Broadlink devices in Homey (by AthomBV)
GNU General Public License v3.0
10 stars 10 forks source link

To send the command several times #25

Closed ghost closed 5 years ago

ghost commented 5 years ago

It would be convenient to send a command using N (based on a given variable) times using RM-pro (RM-mini). Example: we know the set temperature and want to increase it by the calculated variable (+10). Send a command 10 times with a delay of 0.3 seconds

RWensveen commented 5 years ago

you can do so in a flow: add the required number of action-cards in the 'then' block. Use an increasing delay of 1 sec for each card.

ghost commented 5 years ago

this path, when you clearly know how many teams need to to hand. And if you need a dynamic number of times (i.e. calculated by a logical formula)?