mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-24 05:04:11 -08:00
Removed descriptions from table
This commit is contained in:
parent
bdffcd5bf2
commit
1a742abe74
|
@ -6,17 +6,41 @@ sidebar_label: External Notification Plugin
|
|||
|
||||
## 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 | Description |
|
||||
| :-----: | :---------------: | :-----: | :---------: |
|
||||
| ext_notification_plugin_enabled | `true`, `false` | `false` | Enables the plugin. |
|
||||
| ext_notification_plugin_active | `true`, `false` | `false` | TODO |
|
||||
| ext_notification_plugin_alert_bell | `true`, `false` | `false` | TODO |
|
||||
| ext_notification_plugin_alert_message | `true`, `false` | `false` | TODO |
|
||||
| ext_notification_plugin_output | `integer` | `0` | TODO |
|
||||
| ext_notification_plugin_output_ms | `integer` | `0` | TODO |
|
||||
| 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
|
||||
|
|
Loading…
Reference in a new issue