]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/dmx512/pd.py
decoders: Fix incorrect 'outputs' fields.
[libsigrokdecode.git] / decoders / dmx512 / pd.py
index 081758efcc57fee8436fbfc7ae064dadb3e1a77c..4ecc4db83c605c714650dad886feaa84fe51a704 100644 (file)
@@ -27,7 +27,7 @@ class Decoder(srd.Decoder):
     desc = 'Digital MultipleX 512 (DMX512) lighting protocol.'
     license = 'gplv2+'
     inputs = ['logic']
-    outputs = ['dmx512']
+    outputs = []
     tags = ['Embedded/industrial', 'Lighting']
     channels = (
         {'id': 'dmx', 'name': 'DMX data', 'desc': 'Any DMX data line'},