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