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