From 9f2f42c064e8a7100cee13460a7a3638f468f56a Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 22 Jan 2014 22:56:08 +0100 Subject: All PDs: Consistent naming/case for annotation shortnames/IDs. --- decoders/mlx90614/pd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'decoders/mlx90614') 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): -- cgit v1.2.3-70-g09d2