]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mlx90614/pd.py
decoders: Add/update tags for each PD.
[libsigrokdecode.git] / decoders / mlx90614 / pd.py
index 60927f7324bb5d96c390f27837f1c4845ca7968a..8ae3ab90fa0179cbbfb861b988b090baa05a7f58 100644 (file)
@@ -28,6 +28,7 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = ['mlx90614']
+    tags = ['IC', 'Sensor']
     annotations = (
         ('celsius', 'Temperature in degrees Celsius'),
         ('kelvin', 'Temperature in Kelvin'),