X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fmlx90614%2Fpd.py;fp=decoders%2Fmlx90614%2Fpd.py;h=08c7a7bd580c7225fd688f953d8399ccda3a1245;hb=9f2f42c064e8a7100cee13460a7a3638f468f56a;hp=1e6c33d0c8c0f5b40fd2cfb2d3109a7d05754c40;hpb=ef36224880135a05d2fbde8f048ea3fe3f425df9;p=libsigrokdecode.git diff --git a/decoders/mlx90614/pd.py b/decoders/mlx90614/pd.py index 1e6c33d..08c7a7b 100644 --- a/decoders/mlx90614/pd.py +++ b/decoders/mlx90614/pd.py @@ -33,8 +33,8 @@ class Decoder(srd.Decoder): optional_probes = [] options = {} annotations = [ - ['Celsius', 'Temperature in degrees Celsius'], - ['Kelvin', 'Temperature in Kelvin'], + ['celsius', 'Temperature in degrees Celsius'], + ['kelvin', 'Temperature in Kelvin'], ] def __init__(self, **kwargs):