From 895fc3fd371654a214b88c99384c6b3f7e0f5880 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 21 May 2025 16:36:55 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cf6bc9b..9df8f8b 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Welcome to the Mesh Bot project! This feature-rich bot is designed to enhance yo ### Proximity Alerts - **Location-Based Alerts**: Get notified when members arrive back at a configured lat/long, perfect for remote locations like campsites. +- **High Flying Alerts**: Get notified when nodes with high altitude are seen on mesh ### CheckList / Check In Out - **Asset Tracking**: Maintain a list of node/asset checkin and checkout. Usefull for accountability of people, assets. Radio-Net, FEMA, Trailhead. @@ -181,6 +182,8 @@ SentryRadius = 100 # radius in meters to detect someone close to the bot SentryChannel = 9 # holdoff time multiplied by seconds(20) of the watchdog SentryHoldoff = 2 # channel to send a message to when the watchdog is triggered sentryIgnoreList = # list of ignored nodes numbers ex: 2813308004,4258675309 +highFlyingAlert = True # HighFlying Node alert +highFlyingAlertAltitude = 2000 # Altitude in meters to trigger the alert ``` ### E-Mail / SMS Settings