From 5642df9648c147c78f4dd11c0c1944a4da3a000e Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Wed, 20 Sep 2023 16:52:38 -0700 Subject: [PATCH] update index --- docs/configuration/module-config/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration/module-config/index.mdx b/docs/configuration/module-config/index.mdx index 1f44bde9..d7086b3a 100644 --- a/docs/configuration/module-config/index.mdx +++ b/docs/configuration/module-config/index.mdx @@ -18,6 +18,7 @@ Modules are included in the firmware and allow users to extend the functionality | [MQTT](/docs/settings/moduleconfig/mqtt) | Forward packets along to an MQTT server. This allows users on the local mesh to communicate with users on another mesh over the internet. | | [Neighbor Info](/docs/settings/moduleconfig/neighbor-info) | Send info on 0-hop neighbors to the mesh. | | [Range Test](/docs/settings/moduleconfig/range-test) | Send messages with GPS location at an interval to test the distance your devices can communicate. Requires (at least) one device set up as a sender and one as a receiver. The receiver(s) will log all incoming messages to a CSV. | +| [Remote Hardware](/docs/settings/moduleconfig/remote-hardware) | Set and read a GPIO status remotely over the mesh. | | [Serial Module](/docs/settings/moduleconfig/serial) | Send messages across the mesh by sending strings over a serial port. | | [Store & Forward](/docs/settings/moduleconfig/store-and-forward-module) | Stores messages on a device for delivery after disconnected clients rejoin the mesh. | | [Telemetry](/docs/settings/moduleconfig/telemetry) | Attach sensors to the device and transmit readings on a regular interval to the mesh. |