mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add DetectionSensorConfig.broadcast_all_state_transitions
This commit is contained in:
parent
5709c0a05e
commit
c4636e0232
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue