Skip to content

Commit

Permalink
Updating the conf for the ext_notification_plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-hamster authored Jan 25, 2021
1 parent 5d6dfb2 commit 4514741
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;

}

Expand Down

0 comments on commit 4514741

Please sign in to comment.