mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-21 06:03:50 +00:00
make decoder classes <<static>>
This commit is contained in:
parent
a6542f0b63
commit
f1bf468c2a
6 changed files with 60 additions and 69 deletions
|
|
@ -31,10 +31,6 @@ class ZveiDecoder:
|
|||
After that the double-tone-sign 'E' is replaced.
|
||||
In the last step a valid BOSWatch packet is created and returned"""
|
||||
|
||||
def __init__(self):
|
||||
"""!Create a new instance"""
|
||||
logging.debug("ZVEI decoder started")
|
||||
|
||||
@staticmethod
|
||||
def decode(data):
|
||||
"""!Decodes ZVEI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue