]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mlx90614/pd.py
decoders: Fix incorrect 'outputs' fields.
[libsigrokdecode.git] / decoders / mlx90614 / pd.py
index 60927f7324bb5d96c390f27837f1c4845ca7968a..f0dbe22a240f4cceb030405f3fa4b8849e3e598f 100644 (file)
@@ -24,10 +24,11 @@ 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'),
         ('kelvin', 'Temperature in Kelvin'),