Question - Would it be possible for RM to have the option in a single rule for multiple delays?
Use case: I have ported a driver for insteon that allows direct communication to the insteon plm/ hub. Refresh works perfectly for one device. The problem comes when setting multiple devices with the same driver. It confuses the insteon plm/hub and we quit getting proper response from refresh as the refresh command takes two call to the hub and the commands seem to be stomping on each other.
So what I would like to do is have a periodic rule that triggers every 15 seconds or so to run a refresh on the first device. Then delay 2 seconds and run the refresh on the second device. then delay 2 seconds again and refresh the 3rd device. So on and so forth.
Is such a thing possible currently in one rule? If not could the feature be added. Or will this require multiple rules to make work properly.
Or do you have a better suggestion for what I am trying to accomplish?