mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-11 01:13:36 +00:00
change from ZVEI2 to ZVEI1
This commit is contained in:
parent
81e83e4c2e
commit
98b50110a0
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ def decode(freq, decoded):
|
|||
|
||||
# ZVEI Decoder Section
|
||||
# check ZVEI: -> validate -> check double alarm -> log
|
||||
elif "ZVEI2:" in decoded:
|
||||
elif "ZVEI1:" in decoded:
|
||||
logging.debug("received ZVEI")
|
||||
from includes.decoders import zvei
|
||||
zvei.decode(freq, decoded)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue