]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ds2408/pd.py
All PDs: Consistently use singular/plural for annotation classes/rows.
[libsigrokdecode.git] / decoders / ds2408 / pd.py
index 05fcbff3d7def1f767ac48a19c438e50f6662549..97fb650fd1adf21cf9988acc1e683f9324671014 100644 (file)
@@ -37,9 +37,10 @@ class Decoder(srd.Decoder):
     desc = '1-Wire 8-channel addressable switch.'
     license = 'gplv2+'
     inputs = ['onewire_network']
-    outputs = ['ds2408']
+    outputs = []
+    tags = ['Embedded/industrial', 'IC']
     annotations = (
-        ('text', 'Human-readable text'),
+        ('text', 'Text'),
     )
 
     def __init__(self):