]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ds2408/pd.py
decoders: Fix incorrect 'outputs' fields.
[libsigrokdecode.git] / decoders / ds2408 / pd.py
index 05fcbff3d7def1f767ac48a19c438e50f6662549..33f2873fe9e092f276140cf501d85cf917a0cbec 100644 (file)
@@ -37,7 +37,8 @@ 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'),
     )