diff --git a/meshtastic/module_config.proto b/meshtastic/module_config.proto index 9945e1b..2385700 100644 --- a/meshtastic/module_config.proto +++ b/meshtastic/module_config.proto @@ -183,6 +183,13 @@ message ModuleConfig { * Only applicable if the board uses pull-up resistors on the pin */ bool use_pullup = 8; + + /* + * Whether or not all the state transition should be broadcasted. + * Causes an additional message to be sent to mesh when detection state goes + * back to false. + */ + bool broadcast_all_state_transitions = 9; } /*