standardized plugin restart admonition

This commit is contained in:
Foster Irwin 2022-01-27 21:32:18 -07:00
parent 30d317b587
commit aaf2d1abcb
5 changed files with 20 additions and 8 deletions

View file

@ -13,6 +13,10 @@ The CannedMessage Plugin will allow you to send messages to the mesh network fro
Please also follow settings of Rotary Encoder to configure input source!
:::note
Once plugin settings are changed, a **reset** is required for them to take effect.
:::
## Settings
| Setting | Acceptable Values | Default |

View file

@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem';
The Environment Measurement Plugin will allow nodes to send a specific message with information from connected environmental sensors. Currently supported sensors are BME280, BME680, DHT11, DHT12, DHT21, DHT22 and Dallas 1-wire DS18B20.
:::note
Once settings are changed, a **reset** is required for them to take effect.
Once plugin settings are changed, a **reset** is required for them to take effect.
:::
## Settings

View file

@ -11,6 +11,10 @@ import TabItem from '@theme/TabItem';
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.
:::note
Once plugin settings are changed, a **reset** is required for them to take effect.
:::
## Settings
| Setting | Acceptable Values | Default |
@ -20,7 +24,7 @@ The External Notification Plugin will allow you to connect a speaker, LED, or ot
| 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_output_ms | `integer` (milliseconds) | `0` |
### ext_notification_plugin_enabled
@ -28,23 +32,23 @@ Enables the plugin.
### ext_notification_plugin_active
<!--- TODO --->
Specifies whether the external circuit is triggered when the device's GPIO is low or high.
### ext_notification_plugin_alert_bell
<!--- TODO --->
Specifies if an alert should be sent when receiving an incoming bell.
### ext_notification_plugin_alert_message
<!--- TODO --->
Specifies if an alert should be sent when receiving an incoming message.
### ext_notification_plugin_output
<!--- TODO --->
Specifies the GPIO that your external circui is attached to on the device.
### ext_notification_plugin_output_ms
<!--- TODO --->
Specifies how long in milliseconds you would like your external circuit triggered. Default is `1000`. (Because of the way that defaults are handled in the protobufs `0` is interpreted as `1000`)
## Details

View file

@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem';
This plugin allows you to test the range of your Meshtastic nodes. It requires at least two nodes, a sender and a receiver. The receiving node then saves the messages along with the GPS coordinates at which they were received into a .csv file. This .csv file can then be integrated into [Google Earth](https://earth.google.com), [Google Maps - My Maps](https://mymaps.google.com), or any other program capable of processing .csv files. This can enable you to visualize your mesh.
:::note
Once settings are changed, a **reset** is required for them to take effect.
Once plugin settings are changed, a **reset** is required for them to take effect.
:::
## Settings

View file

@ -17,6 +17,10 @@ The Store Forward Plugin is an implementation of a Store and Forward system to e
Because of the increased network traffic for this overhead, it's not advised to use this if you are duty cycle limited for your airtime usage nor is it advised to use this for SF12 (Long Range / Slow).
:::note
Once plugin settings are changed, a **reset** is required for them to take effect.
:::
## Settings
| Setting | Acceptable Values | Default |