From 48b38ed94bd16872b64a957d01f21df88d078464 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sat, 30 Jan 2021 17:21:54 -0800 Subject: [PATCH] Update documentation --- docs/software/plugins/ExternalNotificationPlugin.md | 2 ++ docs/software/plugins/SerialPlugin.md | 2 +- docs/software/plugins/StoreRequestPlugin.md | 6 ++++++ 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 docs/software/plugins/StoreRequestPlugin.md diff --git a/docs/software/plugins/ExternalNotificationPlugin.md b/docs/software/plugins/ExternalNotificationPlugin.md index de9f33ad5..c0814b6c3 100644 --- a/docs/software/plugins/ExternalNotificationPlugin.md +++ b/docs/software/plugins/ExternalNotificationPlugin.md @@ -1,3 +1,5 @@ +# About + The ExternalNotification 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. # Configuration diff --git a/docs/software/plugins/SerialPlugin.md b/docs/software/plugins/SerialPlugin.md index bce84653c..acd777e35 100644 --- a/docs/software/plugins/SerialPlugin.md +++ b/docs/software/plugins/SerialPlugin.md @@ -1,4 +1,4 @@ -# SerialPlugin +# About A simple interface to send messages over the mesh network by sending strings over a serial port. diff --git a/docs/software/plugins/StoreRequestPlugin.md b/docs/software/plugins/StoreRequestPlugin.md new file mode 100644 index 000000000..239a00de8 --- /dev/null +++ b/docs/software/plugins/StoreRequestPlugin.md @@ -0,0 +1,6 @@ +# About + + + +# Running notes +