meshtastic/docs/software/settings/external-notification-plugin.md

73 lines
1.4 KiB
Markdown
Raw Normal View History

---
id: external-notification-plugin
title: External Notification Plugin Settings
sidebar_label: External Notification Plugin
---
2021-05-05 09:18:44 -07:00
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
## Overview
2021-05-03 13:12:29 -07:00
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
2021-05-03 13:12:29 -07:00
| 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
<!--- TODO --->
### ext_notification_plugin_alert_bell
<!--- TODO --->
### ext_notification_plugin_alert_message
<!--- TODO --->
### ext_notification_plugin_output
<!--- TODO --->
### ext_notification_plugin_output_ms
<!--- TODO --->
## Details
2021-05-03 15:25:24 -07:00
2021-05-04 08:41:36 -07:00
<!--- TODO --->
2021-05-05 09:18:44 -07:00
## Examples
2021-05-04 08:41:36 -07:00
2021-05-05 09:18:44 -07:00
<Tabs
groupId="settings"
defaultValue="cli"
values={[
{label: 'CLI', value: 'cli'},
{label: 'Android', value: 'android'},
]}>
<TabItem value="cli">
TODO
</TabItem>
<TabItem value="android">
TODO
</TabItem>
</Tabs>