mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-04 22:17:24 +00:00
little changes for docu
This commit is contained in:
parent
5394bceedf
commit
346d5a41f6
3 changed files with 26 additions and 25 deletions
|
|
@ -19,14 +19,14 @@ from includes import globals # Global variables
|
|||
# Simple Filter
|
||||
def isAllowed(poc_id):
|
||||
"""
|
||||
Simple Filter Functions (Allowed ,Denied and Range)
|
||||
Simple Filter Functions (Allowed, Denied and Range)
|
||||
|
||||
@type poc_id: string
|
||||
@param poc_id: POCSAG Ric
|
||||
|
||||
@requires: Configuration has to be set in the config.ini
|
||||
|
||||
@return: True if the Ric is allows, other False
|
||||
@return: True if the Ric is allowed, other False
|
||||
@exception: none
|
||||
"""
|
||||
# 1.) If allowed RICs is set, only they will path,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue