]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mlx90614/pd.py
All PDs: Consistent naming/case for annotation shortnames/IDs.
[libsigrokdecode.git] / decoders / mlx90614 / pd.py
index 1e6c33d0c8c0f5b40fd2cfb2d3109a7d05754c40..08c7a7bd580c7225fd688f953d8399ccda3a1245 100644 (file)
@@ -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):