From 451474140addb32b823b29ac4cb662ab37f60c17 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sun, 24 Jan 2021 16:37:49 -0800 Subject: [PATCH] Updating the conf for the ext_notification_plugin --- mesh.proto | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/mesh.proto b/mesh.proto index e0c02ad..6a0fc27 100644 --- a/mesh.proto +++ b/mesh.proto @@ -826,10 +826,12 @@ message RadioConfig { 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; + bool ext_notification_plugin_enabled = 126; + uint32 ext_notification_plugin_output_ms = 127; + uint32 ext_notification_plugin_output = 128; + bool ext_notification_plugin_active = 129; + bool ext_notification_plugin_alert_message = 130; + bool ext_notification_plugin_alert_bell = 131; }