Hi, I have a Switch that apparently has an firmware limitation that some of the packages received are acked to the Z2M but not executed on the firmware level.
Example: light.turn_on 6 switches at a time, one or two switches will fail to turn on, but the state will go to ON since the switch actually responded/ack the command
If I have an script that sets each channel with a delay of 100ms between them, it works fine. But having all the light logic to include this delay would be a lot of work.
Is there a way to force Z2M to buffer the outgoing packages with a specific time between them so that the device would not be flooder?