mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-02-25 18:55:25 -06:00
docs clarity
This commit is contained in:
parent
d8d541d8b8
commit
9876a6c53b
@ -67,7 +67,7 @@ lpr:
|
||||
- "ABC-1234"
|
||||
- "ABC-I234" # Accounts for potential confusion between the number one (1) and capital letter I
|
||||
Johnny:
|
||||
- "J*N-*234" # Allows variations like JHN-1234 and JMN-1234
|
||||
- "J*N-*234" # Matches JHN-1234 and JMN-I234, but also note that "*" matches any number of characters
|
||||
Sally:
|
||||
- "[S5]LL-1234" # Matches both SLL-1234 and 5LL-1234
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user