add aircraft lookup to highFlying info

@Cisien for the idea
This commit is contained in:
SpudGunMan
2025-09-10 18:58:33 -07:00
parent 3f90a7fc39
commit 2eca5f644a
4 changed files with 70 additions and 3 deletions
+1
View File
@@ -244,6 +244,7 @@ try:
highfly_channel = config['sentry'].getint('highFlyingAlertChannel', 2) # default 2
highfly_interface = config['sentry'].getint('highFlyingAlertInterface', 1) # default 1
highfly_ignoreList = config['sentry'].get('highFlyingIgnoreList', '').split(',') # default empty
highfly_check_openskynetwork = config['sentry'].getboolean('highfly_openskynetwork', True) # default True check with OpenSkyNetwork if highfly detected
# location
location_enabled = config['location'].getboolean('enabled', True)