meshtastic/docs/software/settings/external-notification-plugin.md
2022-01-02 23:53:45 -07:00

1.4 KiB

id title sidebar_label
external-notification-plugin External Notification Plugin Settings External Notification Plugin

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';

Overview

The External Notification Plugin will allow you to connect a speaker, LED, or other device to notify you when a message has been received from the mesh network.

Settings

Setting Acceptable Values Default
ext_notification_plugin_enabled true, false false
ext_notification_plugin_active true, false false
ext_notification_plugin_alert_bell true, false false
ext_notification_plugin_alert_message true, false false
ext_notification_plugin_output integer 0
ext_notification_plugin_output_ms integer 0

ext_notification_plugin_enabled

Enables the plugin.

ext_notification_plugin_active

ext_notification_plugin_alert_bell

ext_notification_plugin_alert_message

ext_notification_plugin_output

ext_notification_plugin_output_ms

Details

Examples

<Tabs groupId="settings" defaultValue="cli" values={[ {label: 'CLI', value: 'cli'}, {label: 'Android', value: 'android'}, ]}>

TODO

TODO