some changes on decoder

This commit is contained in:
Bastian Schroll 2019-10-26 18:56:14 +02:00
parent 3b7847a515
commit 960f2c48f0
No known key found for this signature in database
GPG key ID: 0AE96912A20E9F5F
4 changed files with 3 additions and 4 deletions

View file

@ -46,7 +46,7 @@ class ZveiDecoder:
return bwPacket
logging.warning("no valid data")
logging.warning("no valid ZVEI")
return None
@staticmethod