[SOLVED] Delay for group commands

Following your suggestion, I’ve created a workaround with proxy items like this one

var long delay = 100

rule "gVBlindscD Proxy"
when
    Item gVBlindcDProxy changed
then
    var value = (gVBlindcDProxy.state as DecimalType).intValue
    gVBlindcD.members.forEach[item | sendCommand(item,value) Thread::sleep(delay)]
end

This solves my “overload” tahoma issue (with some reorganisation of my group structure).
But anyway, your are right, it sould be a feature of the binding. Unforunatly I have to confess, that I’ve never created a feature request, yet :no_mouth:. I’ll give it a try :sunglasses: