]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/onewire_network/pd.py
All PDs: Consistent naming/case for annotation shortnames/IDs.
[libsigrokdecode.git] / decoders / onewire_network / pd.py
index 642cc0e68c869b42bb60ad1a92c8e8091b205781..19ee649caeccf9d23a457f07c7c29a50867f932c 100644 (file)
@@ -45,7 +45,7 @@ class Decoder(srd.Decoder):
     optional_probes = []
     options = {}
     annotations = [
-        ['Text', 'Human-readable text'],
+        ['text', 'Human-readable text'],
     ]
 
     def __init__(self, **kwargs):