mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Configuration for the external notification plugin
... also snuck in a "mode" for the serialplugin
This commit is contained in:
parent
55757b5dea
commit
5d6dfb2011
1 changed files with 12 additions and 1 deletions
13
mesh.proto
13
mesh.proto
|
|
@ -819,7 +819,18 @@ message RadioConfig {
|
|||
uint32 serialplugin_rxd = 122;
|
||||
uint32 serialplugin_txd = 123;
|
||||
uint32 serialplugin_timeout = 124;
|
||||
uint32 serialplugin_mode = 125;
|
||||
|
||||
/**
|
||||
Preferences for the ExternalNotificationPlugin
|
||||
|
||||
FIXME - Move this out of UserPreferences and into a section for plugin configuration.
|
||||
*/
|
||||
bool externalnotificationplugin_enabled = 126;
|
||||
uint32 externalnotificationplugin_output = 127;
|
||||
uint32 externalnotificationplugin_output_ms = 128;
|
||||
uint32 externalnotificationplugin_mode = 129;
|
||||
|
||||
}
|
||||
|
||||
UserPreferences preferences = 1;
|
||||
|
|
@ -1196,4 +1207,4 @@ message ToRadio {
|
|||
*/
|
||||
ChannelSettings set_channel = 103;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue