diff options
Diffstat (limited to 'decoders/mlx90614')
-rw-r--r-- | decoders/mlx90614/pd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/mlx90614/pd.py b/decoders/mlx90614/pd.py index 60927f7..8ae3ab9 100644 --- a/decoders/mlx90614/pd.py +++ b/decoders/mlx90614/pd.py @@ -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'), |