summaryrefslogtreecommitdiff
path: root/decoders/mlx90614
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/mlx90614')
-rw-r--r--decoders/mlx90614/pd.py4
1 files changed, 2 insertions, 2 deletions
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):