diff options
Diffstat (limited to 'decoders/mlx90614')
-rw-r--r-- | decoders/mlx90614/pd.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/decoders/mlx90614/pd.py b/decoders/mlx90614/pd.py index 1f627e6..60927f7 100644 --- a/decoders/mlx90614/pd.py +++ b/decoders/mlx90614/pd.py @@ -34,6 +34,9 @@ class Decoder(srd.Decoder): ) def __init__(self): + self.reset() + + def reset(self): self.state = 'IGNORE START REPEAT' self.data = [] |