Configuration for the external notification plugin

... also snuck in a "mode" for the serialplugin
This commit is contained in:
Jm Casler 2021-01-21 20:06:53 -08:00 committed by GitHub
parent 55757b5dea
commit 5d6dfb2011
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}
}