]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mlx90614/pd.py
decoders: Fix incorrect 'outputs' fields.
[libsigrokdecode.git] / decoders / mlx90614 / pd.py
index f75d2050b6e61c6247393cc27acd9a04962365be..f0dbe22a240f4cceb030405f3fa4b8849e3e598f 100644 (file)
@@ -27,7 +27,7 @@ class Decoder(srd.Decoder):
     desc = 'Melexis MLX90614 infrared thermometer protocol.'
     license = 'gplv2+'
     inputs = ['i2c']
-    outputs = ['mlx90614']
+    outputs = []
     tags = ['IC', 'Sensor']
     annotations = (
         ('celsius', 'Temperature in degrees Celsius'),