From 79f4538a566da752978df89ae66a5ac473d823ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sun, 17 Dec 2023 19:07:02 +0100 Subject: [PATCH] add to config index --- docs/configuration/module/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration/module/index.mdx b/docs/configuration/module/index.mdx index 94ccbab8..3877b2fa 100644 --- a/docs/configuration/module/index.mdx +++ b/docs/configuration/module/index.mdx @@ -17,6 +17,7 @@ Modules are included in the firmware and allow users to extend the functionality | [External Notification](/docs/configuration/module/external-notification) | Incoming messages are able to alert you using circuits you attach to the device (LEDs, Buzzers, etc). | | [MQTT](/docs/configuration/module/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/configuration/module/neighbor-info) | Send info on 0-hop neighbors to the mesh. | +| [Paxcounter](/docs/configuration/module/paxcounter) | Count the number of BLE and Wifi devices passing by a node. | | [Range Test](/docs/configuration/module/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/configuration/module/remote-hardware) | Set and read a GPIO status remotely over the mesh. | | [Serial Module](/docs/configuration/module/serial) | Send messages across the mesh by sending strings over a serial port. |