diff options
Diffstat (limited to 'decoders/mlx90614')
-rw-r--r-- | decoders/mlx90614/mlx90614.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/mlx90614/mlx90614.py b/decoders/mlx90614/mlx90614.py index 235d70d..4cc39a3 100644 --- a/decoders/mlx90614/mlx90614.py +++ b/decoders/mlx90614/mlx90614.py @@ -35,7 +35,7 @@ class Decoder(srd.Decoder): inputs = ['i2c'] outputs = ['mlx90614'] probes = [] - extra_probes = [] + optional_probes = [] options = {} annotations = [ ['Celsius', 'Temperature in degrees Celsius'], |