Message lag
-
Hi all,
I've built a wall switch based on Nrf52832 and MySensors 2.2.0. It uses 6 push buttons, so I defined 6 sensors sending messages, when a push button is pressed.
When I define the sensors as S_DOOR and send V_TRIPPED messages, it works as expected. But when I define the sensors as S_BINARY and send V_STATUS messages, it takes a few seconds until the message is received at the gateway. Changing to S_BINARY and V_TRIPPED eliminates this lag, so it is somehow related to the V_STATUS definition.
Is there any explanation for this behavior?Thanks
Axel