mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
Merge branch 'develop' into descriptor_test
This commit is contained in:
commit
4b0e9839ef
|
|
@ -34,7 +34,7 @@ Informationen zum Aufbau eines [BOSWatch Pakets](../develop/packet.md)
|
||||||
- type: module
|
- type: module
|
||||||
res: descriptor
|
res: descriptor
|
||||||
config:
|
config:
|
||||||
- scanField: zvei
|
- scanField: tone
|
||||||
descrField: description
|
descrField: description
|
||||||
wildcard: "{DESCR}"
|
wildcard: "{DESCR}"
|
||||||
descriptions:
|
descriptions:
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ Vereinfacht kann man sagen, dass einzelnen Router ODER-verknüpft und die jeweil
|
||||||
config:
|
config:
|
||||||
- name: "Zvei filter"
|
- name: "Zvei filter"
|
||||||
checks:
|
checks:
|
||||||
- field: zvei
|
- field: tone
|
||||||
regex: "65[0-9]{3}" # all zvei with starting 65
|
regex: "65[0-9]{3}" # all zvei with starting 65
|
||||||
- name: "FMS Stat 3"
|
- name: "FMS Stat 3"
|
||||||
checks:
|
checks:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue