Configuration for the external notification plugin

... also snuck in a "mode" for the serialplugin
pull/11/head
Jm Casler 2021-01-21 20:06:53 -08:00 zatwierdzone przez GitHub
rodzic 55757b5dea
commit 5d6dfb2011
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 12 dodań i 1 usunięć

Wyświetl plik

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