summaryrefslogtreecommitdiff
path: root/decoders/mlx90614
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/mlx90614')
-rw-r--r--decoders/mlx90614/pd.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/decoders/mlx90614/pd.py b/decoders/mlx90614/pd.py
index 14451c8..aa63458 100644
--- a/decoders/mlx90614/pd.py
+++ b/decoders/mlx90614/pd.py
@@ -29,9 +29,6 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['i2c']
outputs = ['mlx90614']
- probes = []
- optional_probes = []
- options = {}
annotations = [
['celsius', 'Temperature in degrees Celsius'],
['kelvin', 'Temperature in Kelvin'],