X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fmlx90614%2Fmlx90614.py;h=4cc39a358463a5acbc3aa8306b65d4e1e2096166;hp=235d70dc61b10b4d3fd83c9963eeb0c9e6205faf;hb=b77614bc977475102062ac5d1c8fe8e55349315a;hpb=afff6b1a0be19c4f0976309cae571a0c3e41c157 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'],